@arcmantle/library
    Preparing search index...

    Type Alias RecursiveRecord<T>

    RecursiveRecord: { [P in keyof T]: RecursiveRecord<T[P]> }

    A recursive object which has the same structure at all depths.

    Type Parameters

    • T = any