UNPKG

nortax-ts

Version:

Norwegian Tax Calculator - TypeScript Implementation

15 lines (14 loc) 763 B
export declare const BASE_URL = "https://trekktabell.formueinntekt.skatt.skatteetaten.no/api/trekktabell"; export declare const CALCULATE_URL = "https://trekktabell.formueinntekt.skatt.skatteetaten.no/api/trekktabell/beregn"; export declare const TABLE_URL = "https://trekktabell.formueinntekt.skatt.skatteetaten.no/api/trekktabell/tabell"; export declare const PERIODS: Record<string, string>; export declare const ALIASES: { readonly allDeductions: "alleTrekk"; readonly chosenTable: "tabell"; readonly chosenIncomeType: "inntektstype"; readonly chosenPeriod: "periode"; readonly chosenIncome: "bruttoloenn"; readonly showWholeTable: "visHeleTabellen"; readonly chosenYear: "iaar"; readonly getWholeTable: "hentHeleTabellen"; };