Type Alias SendTemplateWithoutServiceParams

SendTemplateWithoutServiceParams: SendTemplateParams & {
    connectionId: string;
    to: { key: string; person: string; type: string };
}