Skip to main content

Type Alias: CallbackFct

CallbackFct = (client) => Promise<void>

Parameters

client

Client

Returns

Promise<void>