Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 712 Bytes

File metadata and controls

22 lines (15 loc) · 712 Bytes

FetchDataCustodianNetworkCustodiansSummary200ResponseData

Properties

Name Type Description Notes
id number [optional] [default to undefined]
teams_counts Array<any> [optional] [default to undefined]

Example

import { FetchDataCustodianNetworkCustodiansSummary200ResponseData } from '@hdruk/gateway-api-sdk';

const instance: FetchDataCustodianNetworkCustodiansSummary200ResponseData = {
    id,
    teams_counts,
};

[Back to Model list] [Back to API list] [Back to README]