mirror of
https://github.com/sourcebot-dev/sourcebot.git
synced 2025-12-13 12:55:19 +00:00
18 lines
561 B
TypeScript
18 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)[];
|
||
|
|
}
|