interface KeyRotation {
    account: string;
    new_authentication_key: string;
    old_authentication_key: string;
}

Properties

account: string
new_authentication_key: string
old_authentication_key: string