export interface LibraryGeneratorSchema {
    name: string;
    tags?: string;
    directory?: string;
}
