CallioText API Reference - v0.0.22
    Preparing search index...

    Type Alias ParameterValue

    ParameterValue:
        | { type: "string"; val: string; [other_items: string]: any }
        | { type: "number"; val: number; [other_items: string]: any }
        | { type: "boolean"; val: boolean; [other_items: string]: any }

    所有参数项的可行类型。