FalsoOptions: FalsoGeneratorOptions & {
    fields?: {
        [type: string]: {
            [field: string]: FalsoFieldOptions;
        };
    };
}