export interface GenObject { _key?: string; type?: string; name?: string; } export default GenObject;