interface ListNamesResponse {
    names: Name[];
    totalCount: number;
}

Properties

Properties

names: Name[]
totalCount: number