import type * as Square from "../index"; export interface OauthAuthorizationRevokedEventData { /** Name of the affected object’s type, `"revocation"`. */ type?: string | null; /** Not applicable, revocation is not an object */ id?: string; /** An object containing information about revocation event. */ object?: Square.OauthAuthorizationRevokedEventObject; }