tsoa-next
    Preparing search index...

    Interface ObjectsNoPropsType

    This is the type that occurs when a developer writes const foo: object = {} since it can no longer have any properties added to it.

    interface ObjectsNoPropsType {
        dataType: "object";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    dataType: "object"