/*! * Copyright Adaptavist 2022 (c) All rights reserved */ export interface StatusPageEntry { /** * The message to be added using status page into incident */ title: string; /** * Description of the message being added via stats page into incident */ details?: string; } //# sourceMappingURL=StatusPageEntry.d.ts.map