import type { KeyData } from "./KeyData"; export interface KeysData { readonly keys: ReadonlyArray; }