interface ConnectedResponse {
    id: string;
    type: "connected";
}

Properties

Properties

id: string
type: "connected"