Interface IMessageSubscriptionContextPayload

interface IMessageSubscriptionContextPayload {
    key: string;
    user_id: number;
}

Properties

Properties

key: string
user_id: number

Generated using TypeDoc