how to export type and interface in typescript with node js ? code example
Example: export interface typescript
interface Props {}
export interface IRefered {
name: string
}
interface Props {}
export interface IRefered {
name: string
}