kodikwrapper
    Preparing search index...

    Interface EpisodeDataObject

    interface EpisodeDataObject {
        link: string;
        screenshots: string[];
        title?: string;
    }
    Index

    Properties

    link: string
    screenshots: string[]
    title?: string