FuncType - v0.8.64
    Preparing search index...

    Type Alias TypeableParams<Tag, T>

    type TypeableParams<Tag extends string, T> = {
        _tag: Tag;
        impl: T;
    }

    Type Parameters

    • Tag extends string
    • T
    Index

    Properties

    Properties

    _tag: Tag
    impl: T