UNPKG

@pubby/sdk

Version:
11 lines (10 loc) 202 B
export interface Media { id: string; title: string; mediaId: string; source: string; duration: number; thumbnail?: string; views: number; publishedAt?: Date; }