export interface IDetails<TKey> {
    key: TKey;
}
