mirror of
https://github.com/harness/drone.git
synced 2025-05-31 11:43:15 +00:00
remove unused types
This commit is contained in:
parent
248ebeecc4
commit
b68e05bdba
@ -12,18 +12,14 @@ export interface CODEProps {
|
|||||||
pullRequestSection?: string
|
pullRequestSection?: string
|
||||||
webhookId?: string
|
webhookId?: string
|
||||||
pipeline?: string
|
pipeline?: string
|
||||||
pipelinePath?: string
|
|
||||||
execution?: string
|
execution?: string
|
||||||
executionPath?: string
|
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface CODEQueryProps {
|
export interface CODEQueryProps {
|
||||||
query?: string
|
query?: string
|
||||||
}
|
}
|
||||||
|
|
||||||
export const pathProps: Readonly<
|
export const pathProps: Readonly<Omit<Required<CODEProps>, 'repoPath' | 'branch' | 'tags'>> = {
|
||||||
Omit<Required<CODEProps>, 'repoPath' | 'branch' | 'tags' | 'pipelinePath' | 'executionPath'>
|
|
||||||
> = {
|
|
||||||
space: ':space*',
|
space: ':space*',
|
||||||
repoName: ':repoName',
|
repoName: ':repoName',
|
||||||
gitRef: ':gitRef*',
|
gitRef: ':gitRef*',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user