/**
 * @example
 *     {
 *         email: "email"
 *     }
 */
export interface PutRevokeUserPermissionRequest {
    /** Email of the invited user. */
    email: string;
}
