Member Junction
    Preparing search index...

    Variable MJComponentLibraryLinkSchemaConst

    MJComponentLibraryLinkSchema: ZodObject<
        {
            __mj_CreatedAt: ZodDate;
            __mj_UpdatedAt: ZodDate;
            Component: ZodString;
            ComponentID: ZodString;
            ID: ZodString;
            Library: ZodString;
            LibraryID: ZodString;
            MinVersion: ZodNullable<ZodString>;
        },
        "strip",
        ZodTypeAny,
        {
            __mj_CreatedAt?: Date;
            __mj_UpdatedAt?: Date;
            Component?: string;
            ComponentID?: string;
            ID?: string;
            Library?: string;
            LibraryID?: string;
            MinVersion?: string;
        },
        {
            __mj_CreatedAt?: Date;
            __mj_UpdatedAt?: Date;
            Component?: string;
            ComponentID?: string;
            ID?: string;
            Library?: string;
            LibraryID?: string;
            MinVersion?: string;
        },
    > = ...

    zod schema definition for the entity MJ: Component Library Links