gluon
    Preparing search index...

    Class FileUpload

    Implements

    • FileUpload
    Index

    Constructors

    Accessors

    • get attachment(): undefined | string

      The path of the file.

      Returns undefined | string

    • get stream(): undefined | Stream

      The stream of the file.

      Returns undefined | Stream

    Methods

    • Parameters

      • format: JsonTypes
      • __namedParameters: { suppressValidation: boolean } = ...

      Returns
          | { name: string; size: number; stream: Stream }
          | { attachment: undefined | string; name: string; size: number }