Variable: CustomerRequestLinkSchema
ts
const CustomerRequestLinkSchema: ZodObject<{
agent: ZodOptional<ZodURL>;
jiraRest: ZodOptional<ZodURL>;
self: ZodOptional<ZodURL>;
web: ZodOptional<ZodURL>;
}, $loose>;Defined in: src/serviceDesk/models/customerRequestLink.ts:4