umbot
    Preparing search index...

    Interface IMaxFile

    IMaxFile Интерфейс для файлового вложения Max (токен выдаётся POST /uploads?type=file).

    interface IMaxFile {
        payload: { token?: string };
        type: "file";
    }
    Index

    Properties

    Properties

    payload: { token?: string }

    Данные файла.

    Type Declaration

    • Optionaltoken?: string

      Токен файла, полученный из upload.

    type: "file"

    Тип вложения — файл.