Variable: GetServiceDeskArticlesSchema
ts
const GetServiceDeskArticlesSchema: ZodObject<{
cursor: ZodOptional<ZodString>;
highlight: ZodOptional<ZodBoolean>;
limit: ZodOptional<ZodNumber>;
prev: ZodOptional<ZodBoolean>;
query: ZodString;
serviceDeskId: ZodString;
start: ZodOptional<ZodNumber>;
}, $strip>;Defined in: src/serviceDesk/parameters/getServiceDeskArticles.ts:3