@avanio/variable-util
    Preparing search index...

    Type Alias LoaderTypeValueStrict<T>

    Loader type strict value

    0.2.18

    type LoaderTypeValueStrict<T> = {
        namespace: string | undefined;
        stringValue: string;
        type: string | undefined;
        value: T;
    }

    Type Parameters

    • T

      type of value

    Index

    Properties

    namespace: string | undefined

    variable namespace

    stringValue: string

    string value of output

    type: string | undefined

    type of loader output (default, env,...)

    value: T

    output value