Skip to content
Snippets Groups Projects
Commit 7f8d39fe authored by sandcha's avatar sandcha
Browse files

Add budget configuration to session interface

parent 14cb64e0
Branches
No related tags found
1 merge request!6Met à jour les dépendances de l'application
......@@ -20,6 +20,12 @@ declare namespace App {
subdomains?: string
url: string
}
budget: {
apiBudgetUrl: string
apiBudgetEndpointName: string
calculationBaseYear: number
calculationPlfYear: number
}
openfiscaRepository: SessionOpenFiscaRepository
portalUrl: string
title: string
......
......@@ -31,7 +31,7 @@ export interface Config {
title: string
// Budget
budget?: {
budget: {
apiBudgetUrl: string
apiBudgetEndpointName: string
calculationBaseYear: number
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment