Interface GETListItemResponse

interface GETListItemResponse {
    listItem: APIListItem;
}

Properties

Properties

listItem: APIListItem