PeerTube/shared/models/videos/channel/video-channel-create-result...

4 lines
59 B
TypeScript
Raw Normal View History

2021-07-09 11:21:30 +02:00
export interface VideoChannelCreateResult {
id: number
}