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

    Interface ExampleObject

    interface ExampleObject {
        description?: string;
        externalValue?: string;
        summary?: string;
        value?: any;
        [property: string]: any;
    }

    Indexable

    • [property: string]: any
    Index

    Properties

    description?: string
    externalValue?: string
    summary?: string
    value?: any