interface CreateServiceParams {
    connection: string;
    sector: string;
    to: { key: string; person: string; type: string };
}

Properties

Properties

connection: string
sector: string
to: { key: string; person: string; type: string }