/** * Structure of the lambda * @export * @interface IDomain */ export interface IDomain { domain: string; id: number; name: string; }