export interface RevokeAuthKeysRequest {
    keys: string[];
}
