Type Alias SyncPageQuery

SyncPageQuery: SyncQuery & {
    sync_token?: string;
}