export type KeysType = Array; export interface KeysInterface { keys: KeysType; }