Skip to content
Snippets Groups Projects
config.model.ts 326 B
Newer Older
  • Learn to ignore specific revisions
  • export interface KonnectorConfig {
    
    Hugo NOUTS's avatar
    Hugo NOUTS committed
      name: string
    
      oauth: boolean
    
    Hugo NOUTS's avatar
    Hugo NOUTS committed
      slug: string
    
      cron?: string
    
      lastKnownCredentials?: string
    
      siteLink: string
    
    Yoan VALLET's avatar
    Yoan VALLET committed
      activation: string
    
    Hugo NOUTS's avatar
    Hugo NOUTS committed
    }
    
    
    export interface FluidConfig {
    
    Hugo NOUTS's avatar
    Hugo NOUTS committed
      fluidTypeId: number
      name: string
      coefficient: number
      dataDelayOffset: number
      konnectorConfig: KonnectorConfig
    }