Type alias SyncPageQuery

SyncPageQuery: SyncQuery & {
    sync_token?: string;
}

Type declaration

  • Optional sync_token?: string