Page Contents
Home > @loopback/rest > OperationRetval
OperationRetval type
Return value of a controller method (a function implementing an operation). This is a type alias for “any”, used to distinguish operation results from other “any” typed values.
Signature:
export type OperationRetval = any;