GlobalAdditionalDataResult: {
    content: string;
    ok: boolean;
}

Response object for the get function (see GlobalAdditionalData).

Type declaration

  • content: string

    The content will either contain the file contents if direct is true, or the URL to the file if direct is false.

  • ok: boolean

    Flag indicating that the file exists.

Generated using TypeDoc