1
0
Fork 0
peertube/shared/models/videos/channel/video-channel-create-result...

4 lines
59 B
TypeScript
Raw Normal View History

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