hensei-web/types/AppUpdate.d.ts

5 lines
85 B
TypeScript

interface AppUpdate {
version: string
update_type: string
updated_at: string
}