ic-reactor
    Preparing search index...

    Interface NormalMethodResult

    interface NormalMethodResult {
        type: "normal";
        label?: string;
        title?: string;
        values: Record<`ret${number}`, MethodResult<ReturnDataType>>;
    }
    Index

    Properties

    type: "normal"
    label?: string
    title?: string
    values: Record<`ret${number}`, MethodResult<ReturnDataType>>