1 2 3 4 5 6
// Device has no BFS bootsector signature export type nosignature = !void; export type filehole = !void; export type error = !(nosignature | filehole);