@coderabbitai/bitbucket
    Preparing search index...

    Interface Author

    interface Author {
        approved: boolean;
        role: string;
        status: string;
        user: pr.deleted.Actor;
    }
    Index

    Properties

    approved: boolean
    role: string
    status: string