5 lines
85 B
TypeScript
5 lines
85 B
TypeScript
interface AppUpdate {
|
|
version: string
|
|
update_type: string
|
|
updated_at: string
|
|
}
|