interface KeysChangeEvent {
    keys: KeyInfo[];
    type: "keys-change-v1";
}

Properties

Properties

keys: KeyInfo[]

The new list of available keys, as would be returned from keys.list.

type: "keys-change-v1"