CreateHeartbeaterMessage
Signature
export type CreateHeartbeaterMessage<T extends string, D extends object = object> = { type: T;} & D;Members
This export does not declare public properties or methods in the generated declaration file.
export type CreateHeartbeaterMessage<T extends string, D extends object = object> = { type: T;} & D;This export does not declare public properties or methods in the generated declaration file.