interface ListPinsResponse {
    pins: Pin[];
    totalCount: number;
}

Properties

Properties

pins: Pin[]
totalCount: number