feat: remove whitespace

This commit is contained in:
Nevo David 2026-03-31 21:13:36 +07:00
parent b0832740d0
commit 1840a6db6d

View file

@ -7,7 +7,6 @@ export abstract class ThirdPartyAbstract<T = any> {
abstract sendData(apiKey: string, data: T): Promise<string>;
[key: string]: ((apiKey: string, data?: any) => Promise<any>) | undefined;
}
export interface ThirdPartyParams {
identifier: string;
title: string;