Skip to content

Variable: CreateSmartLinkPropertySchema

ts
const CreateSmartLinkPropertySchema: ZodObject<{
  id: ZodNumber;
  key: ZodOptional<ZodString>;
  value: ZodOptional<ZodUnknown>;
}, $strip>;

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