UnwrapRecoilValues<T>: {
    [P in keyof T]: UnwrapRecoilValue<T[P]>
}

Type Parameters