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

    Type Alias PostValidateProps<T>

    PostValidate method props

    v0.11.0

    type PostValidateProps<T> = {
        key: string;
        loader: IConfigLoader;
        value: T;
    }

    Type Parameters

    • T

      Type of value

    Index

    Properties

    Properties

    key: string
    value: T