forked from baron/baron-sso
테넌트 목록 조회 cursor기반으로 재구성. 사용자 metadata 미사용 필드 제거
This commit is contained in:
6
common/core/pagination/index.ts
Normal file
6
common/core/pagination/index.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
export {
|
||||
fetchAllCursorPages,
|
||||
fetchAllCursorPagesMainThread,
|
||||
type CursorFetchRequest,
|
||||
type CursorPageResponse,
|
||||
} from "./cursorFetch";
|
||||
Reference in New Issue
Block a user