FuncType - v0.8.85
    Preparing search index...

    Type Alias ValuableParams<Tag, T, V>

    Parameters for creating a Valuable instance

    type ValuableParams<Tag extends string, T, V> = {
        _tag: Tag;
        impl: T;
        value: V;
    }

    Type Parameters

    • Tag extends string
    • T
    • V
    Index

    Properties

    Properties

    _tag: Tag
    impl: T
    value: V