interface GetTabsSquareFeedResponse {
    data: SquareFeed[];
    loadMoreKey?: {
        lastId: string;
        suppressed: boolean;
    };
}

Properties

Properties

data: SquareFeed[]
loadMoreKey?: {
    lastId: string;
    suppressed: boolean;
}