@bugbug-io/sdk
    Preparing search index...

    Interface ProjectArtifact

    interface ProjectArtifact {
        id: string;
        project: string;
        file: string;
    }
    Index

    Properties

    Properties

    id: string
    project: string
    file: string