Skip to content

Variable: LinkableSchema

ts
const LinkableSchema: ZodObject<{
  _links: ZodOptional<ZodObject<{
     self: ZodOptional<ZodURL>;
  }, $loose>>;
}, $loose>;

Defined in: src/serviceDesk/models/linkable.ts:5