import { IIntegration } from '@metad/contracts'; import { ICommand } from '@nestjs/cqrs'; export declare class IntegrationUpsertCommand implements ICommand { readonly input: Partial; static readonly type = "[Integration] Upsert"; constructor(input: Partial); }