mirror of
https://github.com/logos-messaging/logos-messaging-js.git
synced 2026-01-17 15:33:10 +00:00
5 lines
162 B
TypeScript
5 lines
162 B
TypeScript
import type { PointToPointProtocol } from "./protocols.js";
|
|
import type { ISender } from "./sender.js";
|
|
|
|
export type ILightPush = ISender & PointToPointProtocol;
|