type: isTrigger()

in src/converters/toCoreFunctionMetadata.ts [19:23]


        type: isTrigger(trigger.type) ? trigger.type : trigger.type + 'Trigger',
    };
    bindingNames.push(trigger.name);

    if (options.extraInputs) {