@coderabbitai/bitbucket
    Preparing search index...
    interface Actor {
        active: boolean;
        displayName: string;
        emailAddress: string;
        id: number;
        name: string;
        slug: string;
        type: string;
    }
    Index

    Properties

    active: boolean
    displayName: string
    emailAddress: string
    id: number
    name: string
    slug: string
    type: string