@mikuroxina/mini-fn
    Preparing search index...

    Interface Recurse0<C>

    Lifted recursive type C without type arguments.

    interface Recurse0<C> {
        arg1: unknown;
        repType: Recurse0<C>;
        type: C;
    }

    Type Parameters

    • C

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    arg1: unknown
    repType: Recurse0<C>
    type: C