ts-lambda-api - v2.5.5
Preparing search index...
<internal>
$OperationSchema
Interface $OperationSchema
Schema for an operation.
interface
$OperationSchema
{
input
:
$SchemaRef
;
name
:
string
;
namespace
:
string
;
output
:
$SchemaRef
;
traits
:
SchemaTraits
;
}
Index
Properties
input
name
namespace
output
traits
Properties
input
input
:
$SchemaRef
name
name
:
string
namespace
namespace
:
string
output
output
:
$SchemaRef
traits
traits
:
SchemaTraits
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
input
name
namespace
output
traits
ts-lambda-api - v2.5.5
Loading...
Schema for an operation.