OneSDK
    Preparing search index...

    Interface CommentNotification

    interface CommentNotification {
        icon?: string;
        subheader?: string;
        title: string;
    }
    Index

    Properties

    icon?: string
    subheader?: string
    title: string