Skip to content

Variable: GetSmartLinkContentPropertiesSchema

ts
const GetSmartLinkContentPropertiesSchema: ZodObject<{
  cursor: ZodOptional<ZodString>;
  id: ZodNumber;
  key: ZodOptional<ZodString>;
  limit: ZodOptional<ZodNumber>;
  sort: ZodOptional<ZodCustom<"key" | string & object | "-key", "key" | string & object | "-key">>;
}, $strip>;

Defined in: src/v2/parameters/getSmartLinkContentProperties.ts:4