4 lines
65 B
TypeScript

export interface PresetGeneratorSchema {
pluginName: string;
}