File tree Expand file tree Collapse file tree 2 files changed +10
-11
lines changed
Expand file tree Collapse file tree 2 files changed +10
-11
lines changed Original file line number Diff line number Diff line change @@ -78,7 +78,8 @@ export interface BaserowMetaData {
7878}
7979
8080export interface Program
81- extends Omit <
81+ extends
82+ Omit <
8283 DataProgram ,
8384 | keyof Sectors
8485 | 'Statuts'
@@ -109,11 +110,10 @@ export interface ProgramTechSerialized {
109110 tech : string
110111}
111112
112- export interface ConditionalValues
113- extends Omit <
114- DomainConditionalValues ,
115- 'Dispositif concerné' | 'Type de condition' | 'valeur de la condition géographique' | 'Opérateur de contact' | 'Autres opérateurs'
116- > {
113+ export interface ConditionalValues extends Omit <
114+ DomainConditionalValues ,
115+ 'Dispositif concerné' | 'Type de condition' | 'valeur de la condition géographique' | 'Opérateur de contact' | 'Autres opérateurs'
116+ > {
117117 'Dispositif concerné' : LinkObject [ ]
118118 'Type de condition' : LinkObject
119119 'valeur de la condition géographique' : LinkObject [ ]
Original file line number Diff line number Diff line change 11import { ProjectType } from './shared'
22
3- export interface DataProject
4- extends Omit <
5- ProjectType ,
6- 'themes' | 'mainTheme' | 'linkedProjects' | 'programs' | 'countEligiblePrograms' | 'redirection-vers' | 'Statut'
7- > {
3+ export interface DataProject extends Omit <
4+ ProjectType ,
5+ 'themes' | 'mainTheme' | 'linkedProjects' | 'programs' | 'countEligiblePrograms' | 'redirection-vers' | 'Statut'
6+ > {
87 themes : string [ ]
98 mainTheme : string
109 linkedProjects : number [ ]
You can’t perform that action at this time.
0 commit comments