Member Junction
    Preparing search index...

    Variable MJCredentialSchemaConst

    MJCredentialSchema: ZodObject<
        {
            __mj_CreatedAt: ZodDate;
            __mj_UpdatedAt: ZodDate;
            Category: ZodNullable<ZodString>;
            CategoryID: ZodNullable<ZodString>;
            CredentialType: ZodString;
            CredentialTypeID: ZodString;
            Description: ZodNullable<ZodString>;
            ExpiresAt: ZodNullable<ZodDate>;
            IconClass: ZodNullable<ZodString>;
            ID: ZodString;
            IsActive: ZodBoolean;
            IsDefault: ZodBoolean;
            LastUsedAt: ZodNullable<ZodDate>;
            LastValidatedAt: ZodNullable<ZodDate>;
            Name: ZodString;
            Values: ZodString;
        },
        "strip",
        ZodTypeAny,
        {
            __mj_CreatedAt?: Date;
            __mj_UpdatedAt?: Date;
            Category?: string;
            CategoryID?: string;
            CredentialType?: string;
            CredentialTypeID?: string;
            Description?: string;
            ExpiresAt?: Date;
            IconClass?: string;
            ID?: string;
            IsActive?: boolean;
            IsDefault?: boolean;
            LastUsedAt?: Date;
            LastValidatedAt?: Date;
            Name?: string;
            Values?: string;
        },
        {
            __mj_CreatedAt?: Date;
            __mj_UpdatedAt?: Date;
            Category?: string;
            CategoryID?: string;
            CredentialType?: string;
            CredentialTypeID?: string;
            Description?: string;
            ExpiresAt?: Date;
            IconClass?: string;
            ID?: string;
            IsActive?: boolean;
            IsDefault?: boolean;
            LastUsedAt?: Date;
            LastValidatedAt?: Date;
            Name?: string;
            Values?: string;
        },
    > = ...

    zod schema definition for the entity MJ: Credentials