js-waku/packages/interfaces/src/light_push.ts

5 lines
148 B
TypeScript
Raw Normal View History

import type { IBaseProtocol } from "./protocols.js";
import type { ISender } from "./sender.js";
export type ILightPush = ISender & IBaseProtocol;