kodikwrapper
    Preparing search index...

    Interface KodikResponseWithPagination<T>

    interface KodikResponseWithPagination<T> {
        next_page: Nullable<string>;
        prev_page: Nullable<string>;
        results: T;
        time: string;
        total: number;
    }

    Type Parameters

    • T

    Hierarchy (View Summary)

    Index

    Properties

    next_page: Nullable<string>
    prev_page: Nullable<string>
    results: T
    time: string
    total: number