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