@intuitionrobotics/push-pub-sub
Version:
9 lines • 394 B
TypeScript
import { type ObjectTS } from "@intuitionrobotics/ts-common";
import { type SubscribeProps } from "./_imports.js";
export declare class PushKey<K extends string, P extends SubscribeProps, D extends ObjectTS> {
private readonly key;
private readonly persist;
constructor(key: K, persist?: boolean);
push(data: D, props?: P): Promise<void>;
}
//# sourceMappingURL=PushKey.d.ts.map