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
|
||||
webhookId?: string
|
||||
pipeline?: string
|
||||
pipelinePath?: string
|
||||
execution?: string
|
||||
executionPath?: string
|
||||
}
|
||||
|
||||
export interface CODEQueryProps {
|
||||
query?: string
|
||||
}
|
||||
|
||||
export const pathProps: Readonly<
|
||||
Omit<Required<CODEProps>, 'repoPath' | 'branch' | 'tags' | 'pipelinePath' | 'executionPath'>
|
||||
> = {
|
||||
export const pathProps: Readonly<Omit<Required<CODEProps>, 'repoPath' | 'branch' | 'tags'>> = {
|
||||
space: ':space*',
|
||||
repoName: ':repoName',
|
||||
gitRef: ':gitRef*',
|
||||
|
Loading…
x
Reference in New Issue
Block a user