Interface ZZZProperties

interface ZZZProperties {
    add: string;
    base: string;
    final: string;
    property_id: number;
    property_name: string;
}

Properties

add: string
base: string
final: string
property_id: number
property_name: string