kodikwrapper
    Preparing search index...

    Interface KodikResponse<T>

    interface KodikResponse<T> {
        results: T;
        time: string;
        total: number;
    }

    Type Parameters

    • T

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    results: T
    time: string
    total: number