UNPKG

@coderabbitai/bitbucket

Version:

CodeRabbit's TypeScript API client for connecting to Bitbucket Cloud and Bitbucket Data Center

5 lines 212 B
export declare const suggestionState: { readonly UNAPPLIED: "UNAPPLIED"; }; export type SuggestionState = (typeof suggestionState)[keyof typeof suggestionState]; //# sourceMappingURL=suggestion_state.d.ts.map