import { LeaserConfigInfo } from './LeaserConfigInfo'; export interface LeaserConfig { config: LeaserConfigInfo; }