export type Nullable = T | null | undefined export type Option = Record & { options?: Option[] }