how to reach all properties of a class that implements an inteface code example
Example: export interface typescript
interface Props {}
export interface IRefered {
name: string
}
interface Props {}
export interface IRefered {
name: string
}