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

4 lines
59 B
TypeScript
Raw Normal View History

2021-07-09 04:21:30 -05:00
export interface VideoChannelCreateResult {
id: number
}