Interface NotificationsSendMessageItem

interface NotificationsSendMessageItem {
    status: number | boolean;
    user_id: number;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

status: number | boolean

Notification status

user_id: number

User ID

Generated using TypeDoc