interface SocketInternalEventSub {
    id: string;
    handler(): Promise<void>;
}

Properties

Methods

Properties

id: string

Methods