Interface MethodOptions

Action's method options

interface MethodOptions {
    description?: string;
    input: string;
    label?: string;
    output?: string;
}

Properties

description?: string
input: string
label?: string
output?: string