/**
* Generated by orval-hook.js
* Do not edit manually.
*/
import * as category from './category/category.zod.js'
import * as comment from './comment/comment.zod.js'
import * as team from './team/team.zod.js'
import * as ticket from './ticket/ticket.zod.js'
import * as file from './file/file.zod.js'
import * as folder from './folder/folder.zod.js'
import * as user from './user/user.zod.js'
import * as workflow from './workflow/workflow.zod.js'
import * as auditLog from './audit-log/audit-log.zod.js'
import * as role from './role/role.zod.js'
import * as route from './route/route.zod.js'
import * as organizationChart from './organization-chart/organization-chart.zod.js'
import * as proxyApprover from './proxy-approver/proxy-approver.zod.js'
import * as proxyApplicant from './proxy-applicant/proxy-applicant.zod.js'
import * as generalMaster from './general-master/general-master.zod.js'
import * as grade from './grade/grade.zod.js'
export const allZodSchemas: Record<string, unknown> = {
...category,
...comment,
...team,
...ticket,
...file,
...folder,
...user,
...workflow,
...auditLog,
...role,
...route,
...organizationChart,
...proxyApprover,
...proxyApplicant,
...generalMaster,
...grade,
}