interfacePublic.ts 37 B

123
  1. export interface test{
  2. a:string
  3. }