Skip to content

Variable: GetSmartLinkByIdSchema

ts
const GetSmartLinkByIdSchema: ZodObject<{
  id: ZodNumber;
  includeCollaborators: ZodOptional<ZodBoolean>;
  includeDirectChildren: ZodOptional<ZodBoolean>;
  includeOperations: ZodOptional<ZodBoolean>;
  includeProperties: ZodOptional<ZodBoolean>;
}, $strip>;

Defined in: src/v2/parameters/getSmartLinkById.ts:3