BREAKING CHANGE(core): switch to esm
This commit is contained in:
@ -1,10 +1,10 @@
|
||||
import * as plugins from '../ul-interfaces.plugins';
|
||||
import * as plugins from '../ul-interfaces.plugins.js';
|
||||
|
||||
export interface IIncident {
|
||||
timestamp: number;
|
||||
firstResponseTimestamp?: number;
|
||||
/**
|
||||
* indicates
|
||||
* indicates
|
||||
*/
|
||||
status: 'discovered' | 'investigating' | 'fixing' | 'fixImplemented' | 'watching' | 'resolved';
|
||||
creationMode: 'monitor' | 'manual';
|
||||
@ -13,10 +13,10 @@ export interface IIncident {
|
||||
|
||||
updates: {
|
||||
markdownText: string;
|
||||
type: 'comment' | 'manualUpdate' | 'automaticUpdate'
|
||||
type: 'comment' | 'manualUpdate' | 'automaticUpdate';
|
||||
}[];
|
||||
|
||||
justForLooks: {
|
||||
isoTimestamp: string;
|
||||
}
|
||||
}
|
||||
};
|
||||
}
|
||||
|
@ -1 +1 @@
|
||||
export * from './incident';
|
||||
export * from './incident.js';
|
||||
|
Reference in New Issue
Block a user