PeerTube/shared/models/accounts/account.model.ts

6 lines
72 B
TypeScript
Raw Normal View History

2017-11-13 16:39:41 +00:00
export interface Account {
id: number
name: string
host: string
}