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

    Interface $OperationSchema

    Schema for an operation.

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

    Properties

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