Member Junction
    Preparing search index...

    Variable MJViewTypeSchemaConst

    MJViewTypeSchema: ZodObject<
        {
            __mj_CreatedAt: ZodDate;
            __mj_UpdatedAt: ZodDate;
            Description: ZodNullable<ZodString>;
            DisplayName: ZodString;
            DriverClass: ZodString;
            Icon: ZodNullable<ZodString>;
            ID: ZodString;
            IsActive: ZodBoolean;
            Name: ZodString;
            PropertySheetDriverClass: ZodNullable<ZodString>;
            Sequence: ZodNumber;
            SupportsConfiguration: ZodBoolean;
        },
        "strip",
        ZodTypeAny,
        {
            __mj_CreatedAt?: Date;
            __mj_UpdatedAt?: Date;
            Description?: string;
            DisplayName?: string;
            DriverClass?: string;
            Icon?: string;
            ID?: string;
            IsActive?: boolean;
            Name?: string;
            PropertySheetDriverClass?: string;
            Sequence?: number;
            SupportsConfiguration?: boolean;
        },
        {
            __mj_CreatedAt?: Date;
            __mj_UpdatedAt?: Date;
            Description?: string;
            DisplayName?: string;
            DriverClass?: string;
            Icon?: string;
            ID?: string;
            IsActive?: boolean;
            Name?: string;
            PropertySheetDriverClass?: string;
            Sequence?: number;
            SupportsConfiguration?: boolean;
        },
    > = ...

    zod schema definition for the entity MJ: View Types