What\'s the difference between
export class Type { constructor(p: string) { this.property = p; } property: string; } someMethod(new Type("value