KC's Workspace
    Preparing search index...

    Interface TypePredicateBase

    interface TypePredicateBase {
        kind: TypePredicateKind;
        type: Type | undefined;
    }

    Hierarchy (View Summary)

    Index
    type: Type | undefined