Member Junction
    Preparing search index...

    Variable MJCredentialTypeSchemaConst

    MJCredentialTypeSchema: ZodObject<
        {
            __mj_CreatedAt: ZodDate;
            __mj_UpdatedAt: ZodDate;
            Category: ZodUnion<
                [
                    ZodLiteral<"AI">,
                    ZodLiteral<"Authentication">,
                    ZodLiteral<"Communication">,
                    ZodLiteral<"Database">,
                    ZodLiteral<"Integration">,
                    ZodLiteral<"Storage">,
                ],
            >;
            Description: ZodNullable<ZodString>;
            FieldSchema: ZodString;
            IconClass: ZodNullable<ZodString>;
            ID: ZodString;
            Name: ZodString;
            ValidationEndpoint: ZodNullable<ZodString>;
        },
        "strip",
        ZodTypeAny,
        {
            __mj_CreatedAt?: Date;
            __mj_UpdatedAt?: Date;
            Category?: | "Integration"
            | "AI"
            | "Authentication"
            | "Communication"
            | "Database"
            | "Storage";
            Description?: string;
            FieldSchema?: string;
            IconClass?: string;
            ID?: string;
            Name?: string;
            ValidationEndpoint?: string;
        },
        {
            __mj_CreatedAt?: Date;
            __mj_UpdatedAt?: Date;
            Category?: | "Integration"
            | "AI"
            | "Authentication"
            | "Communication"
            | "Database"
            | "Storage";
            Description?: string;
            FieldSchema?: string;
            IconClass?: string;
            ID?: string;
            Name?: string;
            ValidationEndpoint?: string;
        },
    > = ...

    zod schema definition for the entity MJ: Credential Types