Skip to content

Variable: GetContentRestrictionStatusForUserSchema

ts
const GetContentRestrictionStatusForUserSchema: ZodObject<{
  accountId: ZodOptional<ZodString>;
  id: ZodString;
  key: ZodOptional<ZodString>;
  operationKey: ZodString;
  username: ZodOptional<ZodString>;
}, $strip>;

Defined in: src/v1/parameters/getContentRestrictionStatusForUser.ts:3