mirror of
https://github.com/Instadapp/boardroom-inc-protocol-Info.git
synced 2024-07-29 22:37:02 +00:00
6 lines
93 B
TypeScript
6 lines
93 B
TypeScript
|
import { Protocol } from "./types";
|
||
|
|
||
|
declare module "boardroomInfo" {
|
||
|
export = Protocol;
|
||
|
}
|