All checks were successful
Auto Tag Develop / tag (push) Successful in 6s
Reviewed-on: #1 Co-authored-by: tristan <tristan@yuno.malio.fr> Co-committed-by: tristan <tristan@yuno.malio.fr>
10 lines
127 B
TypeScript
10 lines
127 B
TypeScript
type TagListResponse = {
|
|
tags: string[]
|
|
}
|
|
|
|
type DeployResult = {
|
|
success: boolean
|
|
output: string
|
|
tag: string
|
|
}
|