geoview-core
    Preparing search index...

    Type Alias NotificationDetailsType

    type NotificationDetailsType = {
        count: number;
        description?: string;
        key: string;
        message: string;
        notificationType: NotificationType;
    }
    Index

    Properties

    count: number
    description?: string
    key: string
    message: string
    notificationType: NotificationType