/** * */ export default interface IKeyable { key?: string; }