@bzr/bazaar
    Preparing search index...

    Type Alias SharingNotification

    type SharingNotification = {
        createNotification: boolean;
        message?: string;
        sendMessage: SendNotification;
    }
    Index

    Properties

    createNotification: boolean
    message?: string
    sendMessage: SendNotification