Type Alias SnapshotInOfObject<T>

SnapshotInOfObject: {
    [k in keyof T]: SnapshotInOf<T[k]> extends infer R ? R : never
}

Type Parameters

  • T