Typeberry by Fluffy Labs - v0.4.0
    Preparing search index...

    Type Alias DescriptorRecord<T>

    DescriptorRecord: { [K in PropertyKeys<T>]: Descriptor<T[K], unknown> }

    Descriptor of a complex type of some class with a bunch of public fields.

    Type Parameters

    • T