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

6 lines
72 B
TypeScript

export interface Account {
id: number
name: string
host: string
}