export interface TsInstanceParameter {
    name: string
    structFor: string
}
