bitbybit.dev v1.0.0-rc.1
    Preparing search index...

    Class DownloadDto

    Index

    Constructors

    • Parameters

      • OptionalfileName: string
      • Optionalcontent: string | Blob
      • Optionalextension: string
      • OptionalcontentType: string

      Returns DownloadDto

    Properties

    fileName: string

    The file name for the downloaded file

    undefined
    
    content: string | Blob

    The content to download (string or Blob)

    undefined
    
    extension: string

    The file extension (without dot)

    txt
    
    contentType: string

    The content type for the file

    text/plain