data.ts 129 B

1234567
  1. export type A3FromDataType = {
  2. type: 'index' | 'rank'
  3. searchKey: string
  4. num: string
  5. pageNum: number
  6. pageSize: number
  7. }