export interface MfSchematicSchema {
  project: string;
  port: string;
  nxBuilders: boolean | undefined
}
