@arcmantle/library
    Preparing search index...

    Type Alias RecordOf<T, TK, TV>

    RecordOf: T & Record<TK, TV>

    Makes T indexable.

    Constraints on key types and value can be supplies as second and third parameters respectively.

    Type Parameters

    • T extends object = object
    • TK extends keyof any = keyof any
    • TV = any