Variable: GetSlaInformationSchema
ts
const GetSlaInformationSchema: ZodObject<{
issueIdOrKey: ZodString;
limit: ZodOptional<ZodNumber>;
start: ZodOptional<ZodNumber>;
}, $strip>;Defined in: src/serviceDesk/parameters/getSlaInformation.ts:3