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

    Class BlobToFileDto

    Index

    Constructors

    Properties

    Constructors

    • Parameters

      • Optionalblob: Blob
      • OptionalfileName: string
      • OptionalmimeType: string

      Returns BlobToFileDto

    Properties

    blob: Blob

    The blob to convert to a file

    undefined
    
    fileName: string

    The file name for the resulting file

    file
    
    mimeType?: string

    The MIME type for the file (optional, will use blob's type if not specified)

    undefined
    

    true