Magek Framework
    Preparing search index...

    Type Alias NotificationInterface

    All Notification classes of your application must implement this interface.

    type NotificationInterface = {
        partitionId?: string;
        topic?: string;
        [key: string]: any;
    }

    Indexable

    • [key: string]: any
    Index

    Properties

    Properties

    partitionId?: string
    topic?: string