The default data of notifications UmbNotificationDefaultData

interface UmbNotificationDefaultData {
    headline?: string;
    message: string;
    structuredList?: Record<string, unknown[]>;
}

Properties

headline?: string
message: string
structuredList?: Record<string, unknown[]>
""