hravemzdy.procezor
Version:
payroll-procezor Salary, Health, Social, Taxing Properties for years 2010-2022
10 lines (9 loc) • 331 B
TypeScript
import { ICodeValue } from "../service_interfaces/ICodeValue";
export declare class ContractCode implements ICodeValue<number> {
static readonly ZERO_VALUE: number;
value: number;
constructor(code: number);
static zero(): ContractCode;
static new(): ContractCode;
static get(value: number): ContractCode;
}