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

    Interface RecordHkt

    Type of order 2. arg2 -> arg1 -> *.

    interface RecordHkt {
        arg1: unknown;
        arg2: string;
        type: Record<this["arg2"], this["arg1"]>;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    arg1: unknown
    arg2: string
    type: Record<this["arg2"], this["arg1"]>