Interface GitHubClientEvents

Map of supported client events to their callback signatures

interface GitHubClientEvents {
    request: (event: RequestEvent) => void;
}

Properties

Properties

request: (event: RequestEvent) => void