feat: remove whitespace
This commit is contained in:
parent
b0832740d0
commit
1840a6db6d
1 changed files with 0 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue