Member Junction
    Preparing search index...

    Variable MJEntityDocumentTypeSchemaConst

    MJEntityDocumentTypeSchema: ZodObject<
        {
            __mj_CreatedAt: ZodDate;
            __mj_UpdatedAt: ZodDate;
            Description: ZodNullable<ZodString>;
            ID: ZodString;
            Name: ZodString;
        },
        "strip",
        ZodTypeAny,
        {
            __mj_CreatedAt?: Date;
            __mj_UpdatedAt?: Date;
            Description?: string;
            ID?: string;
            Name?: string;
        },
        {
            __mj_CreatedAt?: Date;
            __mj_UpdatedAt?: Date;
            Description?: string;
            ID?: string;
            Name?: string;
        },
    > = ...

    zod schema definition for the entity MJ: Entity Document Types