Skip to content

SudoSOS Back-end API / banners / BannerImage

Class: BannerImage ​

TypeORM entity for banner images. Note that the image itself is stored in the file system, but the table is used to store the location of the image.

Extends ​

Constructors ​

Constructor ​

ts
new BannerImage(): BannerImage;

Returns ​

BannerImage

Inherited from ​

BaseFile.constructor

Properties ​

PropertyModifierTypeDescriptionInherited from
createdAtreadonlyDateThe creation date of the object.BaseFile.createdAt
createdBypublicUser-BaseFile.createdBy
downloadNamepublicstring-BaseFile.downloadName
idreadonlynumber-BaseFile.id
locationpublicstring-BaseFile.location
updatedAtreadonlyDateThe last update date of the object.BaseFile.updatedAt
versionreadonlynumberThe current version of the object.BaseFile.version