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.createdAtduration ​
ts
duration: number;endDate ​
ts
endDate: string;id ​
ts
id: number;Inherited from ​
ts
BaseResponse.idimage? ​
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.updatedAtversion? ​
ts
optional version?: number;Inherited from ​
ts
BaseResponse.version