interface Function {
    name: string;
}

Properties

Properties

name: string

The name of the function to call.