export interface MedUpdateEvent<T> {
    key: string;
    item: T;
}
