@ghsc/nshmp-utils-ts - 4.12.7
    Preparing search index...

    Interface UsageParameterValues

    RTGM usage paramter with values.

    interface UsageParameterValues {
        info: string;
        label: string;
        values: string[];
    }
    Index

    Properties

    Properties

    info: string
    label: string
    values: string[]