Interface iGetMapsSuccessResponse<T>

interface iGetMapsSuccessResponse<T> {
    maps: iMapWithValues<T>[];
}

Type Parameters

Implemented by

Properties

Properties

maps: iMapWithValues<T>[]