index.d.ts 100 B

123456
  1. declare interface InterFaceUserInfo {
  2. name: string
  3. age: number
  4. job: string
  5. auth: string[]
  6. }