ts-lambda-api - v2.5.3
Preparing search index...
<internal>
OperationSchema
Interface OperationSchema
Internal
Schema for an operation.
Deprecated
use StaticOperationSchema or $OperationSchema
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.3
Loading...
Schema for an operation.
Deprecated
use StaticOperationSchema or $OperationSchema