import { ALL } from "dns";

export enum GenCommand {
  DTO = "dto",
  MODEL = "model",
  ALL = "all",
}
