export type Ext = { [key: string]: unknown }; export type Extensible = { ext?: Ext; } export type BooleanInt = 0 | 1;