Skip to content

SudoSOS Back-end API / banners / BannerResponse

Interface: BannerResponse ​

API Response for the banner entity.

Properties ​

active ​

ts
active: boolean;

createdAt? ​

ts
optional createdAt: string;

Inherited from ​

ts
BaseResponse.createdAt

duration ​

ts
duration: number;

endDate ​

ts
endDate: string;

id ​

ts
id: number;

Inherited from ​

ts
BaseResponse.id

image? ​

ts
optional image: string;

Location of the image


name ​

ts
name: string;

startDate ​

ts
startDate: string;

updatedAt? ​

ts
optional updatedAt: string;

Inherited from ​

ts
BaseResponse.updatedAt

version? ​

ts
optional version: number;

Inherited from ​

ts
BaseResponse.version