pub type GithubAppAuthorizationEvent<'a> = GithubAppAuthorizationRevokedEvent<'a>;

Aliased Type§

struct GithubAppAuthorizationEvent<'a> {
    pub sender: User<'a>,
}

Fields§

§sender: User<'a>