mirror of https://github.com/Chocobozzz/PeerTube
6 lines
72 B
TypeScript
6 lines
72 B
TypeScript
|
export interface Account {
|
||
|
id: number
|
||
|
name: string
|
||
|
host: string
|
||
|
}
|