2024-10-17 00:49:24 +02:00
|
|
|
import { IBaseProtocolCore } from "./protocols.js";
|
2023-03-21 02:07:59 +01:00
|
|
|
import type { ISender } from "./sender.js";
|
2022-12-05 17:00:24 +11:00
|
|
|
|
2024-10-17 00:49:24 +02:00
|
|
|
export type ILightPush = ISender & { protocol: IBaseProtocolCore };
|