Member Junction
    Preparing search index...

    The shape both predicates need. Structural, so MJTaskEntity satisfies it as-is.

    type TaskAssignment = {
        ActionID: string | null;
        AgentID: string | null;
        PromptID: string | null;
        StepType: string | null;
        UserID: string | null;
    }
    Index

    Properties

    ActionID: string | null
    AgentID: string | null
    PromptID: string | null
    StepType: string | null
    UserID: string | null