interface KeysListResponse {
    keys: KeyInfo[];
}

Properties

Properties

keys: KeyInfo[]