Interface KodikResponse<T>

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

Type Parameters

  • T

Hierarchy

Properties

Properties

results: T
time: string
total: number

Generated using TypeDoc