@get-milano/core 2.1.0
    Preparing search index...

    Interface MilanoFunctionDeclaration

    A host function declaration (contract 2.1; vocabulary schema spec, Function declarations): its argument types in order, and its return type.

    interface MilanoFunctionDeclaration {
        arguments: readonly MilanoType[];
        returns: MilanoType;
    }
    Index
    arguments: readonly MilanoType[]
    returns: MilanoType