
export interface Iface {
    name: string;
}
