interface WebhookClientDataIdWithToken {
    id: string;
    token: string;
}

Properties

Properties

id: string
token: string