interface DefaultCalcJson {
    displayName: string;
    json: string;
}

Properties

Properties

displayName: string
json: string