Flarum (v2.0.0-beta.2)
    Preparing search index...

    Type Alias KeyOfType<Type, Match>

    KeyOfType: KeysOfType<Type, Match>[keyof Type]

    Type that matches one of the keys of an object that is of the provided type, or a subtype of it.

    Type Parameters

    • Type extends object
    • Match