interface ApiResponse {
    result: T;
}

Type Parameters

Properties

Properties

result: T

Generated using TypeDoc