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

    Interface CreateNotificationWithMetaOptions<T>

    interface CreateNotificationWithMetaOptions<
        T extends NotificationMeta = NotificationMeta,
    > {
        meta: T;
        processAt?: Date;
        referenceId: string;
        status?: NotificationStatus;
        userId: string;
    }

    Type Parameters

    Hierarchy (View Summary)

    Index

    Properties

    meta: T
    processAt?: Date
    referenceId: string
    userId: string