Type Alias SyncResponse

SyncResponse: {
    items: SyncEntities[];
    nextPageUrl?: string;
    nextSyncUrl?: string;
}