export interface IKeyed {
    key: string;
}
