@deep/nest-kit
    Preparing search index...

    Interface CreateNotificationOptions

    interface CreateNotificationOptions {
        meta?: NotificationMeta;
        processAt?: Date;
        referenceId: string;
        status?: NotificationStatus;
        userId: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    processAt?: Date
    referenceId: string
    userId: string