ts-lambda-api - v2.5.3
    Preparing search index...

    Interface OperationSchemaInternal

    Schema for an operation.

    use StaticOperationSchema or $OperationSchema

    interface OperationSchema {
        input: SchemaRef;
        name: string;
        namespace: string;
        output: SchemaRef;
        traits: SchemaTraits;
    }
    Index

    Properties

    input: SchemaRef
    name: string
    namespace: string
    output: SchemaRef
    traits: SchemaTraits