interface PropertyDefinition {
    name: string;
    type: PropertyType;
}

Properties

Properties

name: string