member_webapp/@overflow/alert/model/AlertSystem.ts

7 lines
111 B
TypeScript
Raw Normal View History

2018-04-19 09:39:15 +00:00
import {Alert} from './Alert';
export interface AlertSystem extends Alert {
status?: string; // test
}