import type * as Square from "../index"; export interface RevokeTokenResponse { /** If the request is successful, this is `true`. */ success?: boolean; /** Any errors that occurred during the request. */ errors?: Square.Error_[]; }