feat : add frontend deploy types and service
This commit is contained in:
9
frontend/services/dto/deploy.ts
Normal file
9
frontend/services/dto/deploy.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
type TagListResponse = {
|
||||
tags: string[]
|
||||
}
|
||||
|
||||
type DeployResult = {
|
||||
success: boolean
|
||||
output: string
|
||||
tag: string
|
||||
}
|
||||
Reference in New Issue
Block a user