export interface IMoniker { app: string; cluster?: string; detail?: string; stack?: string; sequence?: number; }