member_webapp/@overflow/alert/model/AlertMetric.ts
crusader d59d9379f9 ing
2018-05-24 15:44:13 +09:00

6 lines
101 B
TypeScript

import {Alert} from './Alert';
export interface AlertMetric extends Alert {
status: string;
}