Type alias DefaultMethodResult

DefaultMethodResult: {
    type: ReturnDataType;
    label?: string;
    title?: string;
}

Type declaration