export type PresetGeneratorSchema = Record; export interface PresetGeneratorOptions { name: string; } export interface NormalizedSchema { name: string; }