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

4 lines
59 B
TypeScript
Raw Normal View History

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