UNPKG

@cobuildlab/fcp-shared

Version:

Shared type definitions and utils for FCP modules

6 lines 189 B
export declare enum NotificationStatus { Viewed = "VIEWED", Unviewed = "UNVIEWED" } export type NotificationStatusType = `${NotificationStatus}`; //# sourceMappingURL=index.d.ts.map