SmythOS SDK
    Preparing search index...

    Type Alias TAPICallOutputs

    type TAPICallOutputs = {
        Headers: any;
        Response: any;
        [key: string]: any;
    }

    Indexable

    • [key: string]: any
    Index

    Properties

    Properties

    Headers: any

    The headers of the API call response

    Response: any

    The response of the API call