typocomath/src/remote.ts

4 lines
70 B
TypeScript

export interface ImportedInterface {
item: (a: number) => string
}