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

5 lines
162 B
TypeScript

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