SmythOS SDK
    Preparing search index...

    Interface TAPIOutputSettings

    interface TAPIOutputSettings {
        contentType?:
            | "application/json"
            | "text/plain"
            | "application/xml"
            | "text/html";
        format: "full"
        | "minimal"
        | "raw";
        name?: string;
    }
    Index

    Properties

    contentType?:
        | "application/json"
        | "text/plain"
        | "application/xml"
        | "text/html"

    Content Type

    format: "full" | "minimal" | "raw"

    Output Format

    name?: string