DeviceEditInfo: Partial<Omit<DeviceCreateInfo, "chunk_period" | "type"> & {
    chunk_retention: number;
}>