nexus-agents - v2.80.0
    Preparing search index...

    Interface ArtifactFilter

    Filter for querying artifacts.

    interface ArtifactFilter {
        type?:
            | "code"
            | "plan"
            | "analysis"
            | "review"
            | "test"
            | "spec"
            | "report"
            | "vote";
        createdBy?: string;
    }
    Index

    Properties

    Properties

    type?:
        | "code"
        | "plan"
        | "analysis"
        | "review"
        | "test"
        | "spec"
        | "report"
        | "vote"
    createdBy?: string