Type alias SyncPageQuery

SyncPageQuery: SyncQuery & {
    sync_token?: string;
}