Variable LibraryItemSchemaConst
LibraryItemSchema: ZodObject<{
ID: ZodString;
Library: ZodString;
LibraryID: ZodString;
Name: ZodString;
Type: ZodUnion<[ZodLiteral<"Class">, ZodLiteral<"Function">, ZodLiteral<"Interface">, ZodLiteral<"Module">, ZodLiteral<"Type">, ZodLiteral<"Variable">]>;
__mj_CreatedAt: ZodDate;
__mj_UpdatedAt: ZodDate;
}, "strip", ZodTypeAny, {
ID?: string;
Library?: string;
LibraryID?: string;
Name?: string;
Type?: "Type" | "Class" | "Function" | "Interface" | "Module" | "Variable";
__mj_CreatedAt?: Date;
__mj_UpdatedAt?: Date;
}, {
ID?: string;
Library?: string;
LibraryID?: string;
Name?: string;
Type?: "Type" | "Class" | "Function" | "Interface" | "Module" | "Variable";
__mj_CreatedAt?: Date;
__mj_UpdatedAt?: Date;
}> = ...
Type declaration
ID: ZodString
Library: ZodString
LibraryID: ZodString
Name: ZodString
Type: ZodUnion<[ZodLiteral<"Class">, ZodLiteral<"Function">, ZodLiteral<"Interface">, ZodLiteral<"Module">, ZodLiteral<"Type">, ZodLiteral<"Variable">]>
__mj_CreatedAt: ZodDate
__mj_UpdatedAt: ZodDate
Type declaration
Optional ID?: string
Optional Library?: string
Optional LibraryID?: string
Optional Name?: string
Optional Type?: "Type" | "Class" | "Function" | "Interface" | "Module" | "Variable"
Optional __mj_CreatedAt?: Date
Optional __mj_UpdatedAt?: Date
Type declaration
Optional ID?: string
Optional Library?: string
Optional LibraryID?: string
Optional Name?: string
Optional Type?: "Type" | "Class" | "Function" | "Interface" | "Module" | "Variable"
Optional __mj_CreatedAt?: Date
Optional __mj_UpdatedAt?: Date
zod schema definition for the entity Library Items