Variable: AddCustomersSchema
ts
const AddCustomersSchema: ZodObject<{
accountIds: ZodOptional<ZodArray<ZodString>>;
serviceDeskId: ZodString;
usernames: ZodOptional<ZodArray<ZodString>>;
}, $strip>;Defined in: src/serviceDesk/parameters/addCustomers.ts:4