interface Property {
    name: string;
    type: PropertyType;
    value: string | number | bigint;
}

Properties

Properties

name: string
value: string | number | bigint