UNPKG

153 BTypeScriptView Raw
1export interface FlashMessageInterface {
2 id: number;
3 text: string;
4 cssClass: string;
5 closeOnClick: boolean;
6 showCloseBtn: boolean;
7}