ComponentLibrarySchema: ZodObject<{
    CDNCssUrl: ZodNullable<ZodString>;
    CDNUrl: ZodNullable<ZodString>;
    Category: ZodNullable<ZodUnion<[ZodLiteral<"Charting">, ZodLiteral<"Core">, ZodLiteral<"Other">, ZodLiteral<"Runtime">, ZodLiteral<"UI">, ZodLiteral<"Utility">]>>;
    Dependencies: ZodNullable<ZodString>;
    Description: ZodNullable<ZodString>;
    DisplayName: ZodNullable<ZodString>;
    GlobalVariable: ZodNullable<ZodString>;
    ID: ZodString;
    LintRules: ZodNullable<ZodString>;
    Name: ZodString;
    Status: ZodUnion<[ZodLiteral<"Active">, ZodLiteral<"Deprecated">, ZodLiteral<"Disabled">]>;
    UsageType: ZodUnion<[ZodLiteral<"Both">, ZodLiteral<"Dependency">, ZodLiteral<"Direct">]>;
    Version: ZodNullable<ZodString>;
    __mj_CreatedAt: ZodDate;
    __mj_UpdatedAt: ZodDate;
}, "strip", ZodTypeAny, {
    CDNCssUrl?: string;
    CDNUrl?: string;
    Category?: "Other" | "Core" | "Charting" | "Runtime" | "UI" | "Utility";
    Dependencies?: string;
    Description?: string;
    DisplayName?: string;
    GlobalVariable?: string;
    ID?: string;
    LintRules?: string;
    Name?: string;
    Status?: "Active" | "Disabled" | "Deprecated";
    UsageType?: "Both" | "Dependency" | "Direct";
    Version?: string;
    __mj_CreatedAt?: Date;
    __mj_UpdatedAt?: Date;
}, {
    CDNCssUrl?: string;
    CDNUrl?: string;
    Category?: "Other" | "Core" | "Charting" | "Runtime" | "UI" | "Utility";
    Dependencies?: string;
    Description?: string;
    DisplayName?: string;
    GlobalVariable?: string;
    ID?: string;
    LintRules?: string;
    Name?: string;
    Status?: "Active" | "Disabled" | "Deprecated";
    UsageType?: "Both" | "Dependency" | "Direct";
    Version?: string;
    __mj_CreatedAt?: Date;
    __mj_UpdatedAt?: Date;
}> = ...

zod schema definition for the entity MJ: Component Libraries

Type declaration

  • CDNCssUrl: ZodNullable<ZodString>
  • CDNUrl: ZodNullable<ZodString>
  • Category: ZodNullable<ZodUnion<[ZodLiteral<"Charting">, ZodLiteral<"Core">, ZodLiteral<"Other">, ZodLiteral<"Runtime">, ZodLiteral<"UI">, ZodLiteral<"Utility">]>>
  • Dependencies: ZodNullable<ZodString>
  • Description: ZodNullable<ZodString>
  • DisplayName: ZodNullable<ZodString>
  • GlobalVariable: ZodNullable<ZodString>
  • ID: ZodString
  • LintRules: ZodNullable<ZodString>
  • Name: ZodString
  • Status: ZodUnion<[ZodLiteral<"Active">, ZodLiteral<"Deprecated">, ZodLiteral<"Disabled">]>
  • UsageType: ZodUnion<[ZodLiteral<"Both">, ZodLiteral<"Dependency">, ZodLiteral<"Direct">]>
  • Version: ZodNullable<ZodString>
  • __mj_CreatedAt: ZodDate
  • __mj_UpdatedAt: ZodDate

Type declaration

  • Optional CDNCssUrl?: string
  • Optional CDNUrl?: string
  • Optional Category?: "Other" | "Core" | "Charting" | "Runtime" | "UI" | "Utility"
  • Optional Dependencies?: string
  • Optional Description?: string
  • Optional DisplayName?: string
  • Optional GlobalVariable?: string
  • Optional ID?: string
  • Optional LintRules?: string
  • Optional Name?: string
  • Optional Status?: "Active" | "Disabled" | "Deprecated"
  • Optional UsageType?: "Both" | "Dependency" | "Direct"
  • Optional Version?: string
  • Optional __mj_CreatedAt?: Date
  • Optional __mj_UpdatedAt?: Date

Type declaration

  • Optional CDNCssUrl?: string
  • Optional CDNUrl?: string
  • Optional Category?: "Other" | "Core" | "Charting" | "Runtime" | "UI" | "Utility"
  • Optional Dependencies?: string
  • Optional Description?: string
  • Optional DisplayName?: string
  • Optional GlobalVariable?: string
  • Optional ID?: string
  • Optional LintRules?: string
  • Optional Name?: string
  • Optional Status?: "Active" | "Disabled" | "Deprecated"
  • Optional UsageType?: "Both" | "Dependency" | "Direct"
  • Optional Version?: string
  • Optional __mj_CreatedAt?: Date
  • Optional __mj_UpdatedAt?: Date