import type * as Square from "../index"; export interface OauthAuthorizationRevokedEventObject { /** The revocation event. */ revocation?: Square.OauthAuthorizationRevokedEventRevocationObject; }