export interface Data<K> {
    res: K;
}
