interface ApiResult {
    [key: string]: unknown;
}

Hierarchy

Indexable

[key: string]: unknown

Generated using TypeDoc