UNPKG

mindful-commons

Version:

10 lines (9 loc) 236 B
export declare class Series { creatorId: string; contentId: string; contentIdsList: string[]; hasContentWithVideo: boolean; hasContentWithAudio: boolean; lastContentPublished?: number; categoryId?: string; }