type TagListResponse = { tags: string[] } type DeployResult = { success: boolean output: string tag: string }