@sudoplatform/sudo-secure-communications
    Preparing search index...

    Interface PlatformNotificationDataTemplate

    interface PlatformNotificationDataTemplate {
        counts?: Record<string, number>;
        eventId: string;
        handleId: string;
        roomId: string;
        type: string;
    }
    Index

    Properties

    counts?: Record<string, number>
    eventId: string
    handleId: string
    roomId: string
    type: string