mirror of
https://github.com/balzack/databag.git
synced 2025-05-02 06:25:18 +00:00
8 lines
126 B
TypeScript
8 lines
126 B
TypeScript
export interface Contact {
|
|
}
|
|
|
|
export class ContactModule implements Contact {
|
|
constructor(token: string, url: string) {}
|
|
}
|
|
|