CreateLocationDto: Partial<Omit<Location, "id" | "locationPath" | "level">> & {
    code: string;
    name: string;
    type: string;
}

Type declaration

  • code: string
  • name: string
  • type: string

Generated using TypeDoc