Skip to content
Snippets Groups Projects
Commit 984e3a02 authored by Bastien DUMONT's avatar Bastien DUMONT :angel:
Browse files

Merge branch 'refactor/improve-cnfs-interface' into 'V2.0'

chore: improve cnfs interface

See merge request !219
parents e3775c23 f5443160
No related branches found
No related tags found
4 merge requests!247V2.1.0,!242V2.0,!219chore: improve cnfs interface,!127V2.0
export interface CNFSStructure {
id: string;
nom: string;
telephone?: string;
courriel?: string;
site_web?: string;
latitude: number;
longitude: number;
code_postal: string;
commune: string;
code_postal: string;
adresse: string;
[key: string]: string | number;
latitude: number;
longitude: number;
courriel?: string;
source: string;
date_maj: string;
services: string;
conditions_access: string;
labels_nationaux: string;
pivot?: string;
horaires?: string;
site_web?: string;
telephone?: string;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment