Skip to content

Variable: UpdateSmartLinkPropertyByIdSchema

ts
const UpdateSmartLinkPropertyByIdSchema: ZodObject<{
  embedId: ZodNumber;
  key: ZodOptional<ZodString>;
  propertyId: ZodNumber;
  value: ZodOptional<ZodUnknown>;
  version: ZodOptional<ZodNullable<ZodObject<{
     message: ZodOptional<ZodString>;
     number: ZodOptional<ZodNumber>;
  }, $loose>>>;
}, $strip>;

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