Variable: GetAuditRecordsForTimePeriodSchema
ts
const GetAuditRecordsForTimePeriodSchema: ZodObject<{
limit: ZodOptional<ZodNumber>;
number: ZodOptional<ZodNumber>;
searchString: ZodOptional<ZodString>;
start: ZodOptional<ZodNumber>;
units: ZodOptional<ZodCustom<
| string & object
| "NANOS"
| "MICROS"
| "MILLIS"
| "SECONDS"
| "MINUTES"
| "HOURS"
| "HALF_DAYS"
| "DAYS"
| "WEEKS"
| "MONTHS"
| "YEARS"
| "DECADES"
| "CENTURIES",
| string & object
| "NANOS"
| "MICROS"
| "MILLIS"
| "SECONDS"
| "MINUTES"
| "HOURS"
| "HALF_DAYS"
| "DAYS"
| "WEEKS"
| "MONTHS"
| "YEARS"
| "DECADES"
| "CENTURIES">>;
}, $strip>;Defined in: src/v1/parameters/getAuditRecordsForTimePeriod.ts:4