Interface CallbackMessageAllowObject

interface CallbackMessageAllowObject {
    key: string;
    user_id: number;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

key: string
user_id: number

Generated using TypeDoc