@arkade-os/sdk Documentation - v0.4.54
    Preparing search index...

    Type Alias InputRef

    InputRef: string | InputDef

    A function input or constructor param declaration: either a typed descriptor { name, type } (the argument is statically typed and its bound value is validated) or a bare name string (the argument falls back to the loose ArkadeArgValue).