Member Junction
    Preparing search index...

    Variable MJQueueTypeSchemaConst

    MJQueueTypeSchema: ZodObject<
        {
            __mj_CreatedAt: ZodDate;
            __mj_UpdatedAt: ZodDate;
            Description: ZodNullable<ZodString>;
            DriverClass: ZodString;
            DriverImportPath: ZodNullable<ZodString>;
            ID: ZodString;
            IsActive: ZodBoolean;
            Name: ZodString;
        },
        "strip",
        ZodTypeAny,
        {
            __mj_CreatedAt?: Date;
            __mj_UpdatedAt?: Date;
            Description?: string;
            DriverClass?: string;
            DriverImportPath?: string;
            ID?: string;
            IsActive?: boolean;
            Name?: string;
        },
        {
            __mj_CreatedAt?: Date;
            __mj_UpdatedAt?: Date;
            Description?: string;
            DriverClass?: string;
            DriverImportPath?: string;
            ID?: string;
            IsActive?: boolean;
            Name?: string;
        },
    > = ...

    zod schema definition for the entity MJ: Queue Types