Variable MJComponentLibrarySchemaConst
MJComponentLibrarySchema: ZodObject<
{
__mj_CreatedAt: ZodDate;
__mj_UpdatedAt: ZodDate;
Category: ZodNullable<
ZodUnion<
[
ZodLiteral<"Charting">,
ZodLiteral<"Core">,
ZodLiteral<"Other">,
ZodLiteral<"Runtime">,
ZodLiteral<"UI">,
ZodLiteral<"Utility">,
],
>,
>;
CDNCssUrl: ZodNullable<ZodString>;
CDNUrl: ZodNullable<ZodString>;
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">,
],
>;
UsageInstructions: ZodNullable<ZodString>;
UsageType: ZodUnion<
[ZodLiteral<"Both">, ZodLiteral<"Dependency">, ZodLiteral<"Direct">],
>;
Version: ZodNullable<ZodString>;
},
"strip",
ZodTypeAny,
{
__mj_CreatedAt?: Date;
__mj_UpdatedAt?: Date;
Category?: "Other"
| "Runtime"
| "Core"
| "Charting"
| "UI"
| "Utility";
CDNCssUrl?: string;
CDNUrl?: string;
Dependencies?: string;
Description?: string;
DisplayName?: string;
GlobalVariable?: string;
ID?: string;
LintRules?: string;
Name?: string;
Status?: "Active" | "Disabled" | "Deprecated";
UsageInstructions?: string;
UsageType?: "Both" | "Dependency" | "Direct";
Version?: string;
},
{
__mj_CreatedAt?: Date;
__mj_UpdatedAt?: Date;
Category?: "Other"
| "Runtime"
| "Core"
| "Charting"
| "UI"
| "Utility";
CDNCssUrl?: string;
CDNUrl?: string;
Dependencies?: string;
Description?: string;
DisplayName?: string;
GlobalVariable?: string;
ID?: string;
LintRules?: string;
Name?: string;
Status?: "Active" | "Disabled" | "Deprecated";
UsageInstructions?: string;
UsageType?: "Both" | "Dependency" | "Direct";
Version?: string;
},
> = ...
zod schema definition for the entity MJ: Component Libraries