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