Member Junction
    Preparing search index...
    interface ActionParamValue {
        Error?: string;
        Param: MJActionParamEntity;
        Value: unknown;
    }
    Index

    Properties

    Properties

    Error?: string
    Value: unknown