Member Junction
    Preparing search index...
    MJQueueSchema: ZodObject<
        {
            __mj_CreatedAt: ZodDate;
            __mj_UpdatedAt: ZodDate;
            Description: ZodNullable<ZodString>;
            ID: ZodString;
            IsActive: ZodBoolean;
            LastHeartbeat: ZodDate;
            Name: ZodString;
            ProcessCwd: ZodNullable<ZodString>;
            ProcessHostName: ZodNullable<ZodString>;
            ProcessIPAddress: ZodNullable<ZodString>;
            ProcessMacAddress: ZodNullable<ZodString>;
            ProcessOSName: ZodNullable<ZodString>;
            ProcessOSVersion: ZodNullable<ZodString>;
            ProcessPID: ZodNullable<ZodNumber>;
            ProcessPlatform: ZodNullable<ZodString>;
            ProcessUserID: ZodNullable<ZodString>;
            ProcessUserName: ZodNullable<ZodString>;
            ProcessVersion: ZodNullable<ZodString>;
            QueueType: ZodString;
            QueueTypeID: ZodString;
        },
        "strip",
        ZodTypeAny,
        {
            __mj_CreatedAt?: Date;
            __mj_UpdatedAt?: Date;
            Description?: string;
            ID?: string;
            IsActive?: boolean;
            LastHeartbeat?: Date;
            Name?: string;
            ProcessCwd?: string;
            ProcessHostName?: string;
            ProcessIPAddress?: string;
            ProcessMacAddress?: string;
            ProcessOSName?: string;
            ProcessOSVersion?: string;
            ProcessPID?: number;
            ProcessPlatform?: string;
            ProcessUserID?: string;
            ProcessUserName?: string;
            ProcessVersion?: string;
            QueueType?: string;
            QueueTypeID?: string;
        },
        {
            __mj_CreatedAt?: Date;
            __mj_UpdatedAt?: Date;
            Description?: string;
            ID?: string;
            IsActive?: boolean;
            LastHeartbeat?: Date;
            Name?: string;
            ProcessCwd?: string;
            ProcessHostName?: string;
            ProcessIPAddress?: string;
            ProcessMacAddress?: string;
            ProcessOSName?: string;
            ProcessOSVersion?: string;
            ProcessPID?: number;
            ProcessPlatform?: string;
            ProcessUserID?: string;
            ProcessUserName?: string;
            ProcessVersion?: string;
            QueueType?: string;
            QueueTypeID?: string;
        },
    > = ...

    zod schema definition for the entity MJ: Queues