vlocode-project - v1.40.0-beta-4
    Preparing search index...

    Interface CustomNotificationTypeMetadata

    interface CustomNotificationTypeMetadata {
        customNotifTypeName: string;
        description?: string;
        desktop: boolean;
        fullName?: string;
        masterLabel: string;
        mobile: boolean;
        slack?: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    customNotifTypeName: string
    description?: string
    desktop: boolean
    fullName?: string
    masterLabel: string
    mobile: boolean
    slack?: boolean