mirror of
https://github.com/sourcebot-dev/sourcebot.git
synced 2025-12-12 20:35:24 +00:00
17 lines
561 B
TypeScript
17 lines
561 B
TypeScript
// Original file: ../../vendor/zoekt/grpc/protos/zoekt/webserver/v1/query.proto
|
|
|
|
import type { BranchRepos as _zoekt_webserver_v1_BranchRepos, BranchRepos__Output as _zoekt_webserver_v1_BranchRepos__Output } from '../../../zoekt/webserver/v1/BranchRepos';
|
|
|
|
/**
|
|
* BranchesRepos is a slice of BranchRepos to match.
|
|
*/
|
|
export interface BranchesRepos {
|
|
'list'?: (_zoekt_webserver_v1_BranchRepos)[];
|
|
}
|
|
|
|
/**
|
|
* BranchesRepos is a slice of BranchRepos to match.
|
|
*/
|
|
export interface BranchesRepos__Output {
|
|
'list': (_zoekt_webserver_v1_BranchRepos__Output)[];
|
|
}
|