export type Option = Record<string, any> | string | number | boolean;
