Teleforge API Reference - v0.1.0
    Preparing search index...

    Type Alias FastifyWebhookHandler

    FastifyWebhookHandler: (
        request: FastifyLikeRequest,
        reply: FastifyLikeReply,
    ) => Promise<void>

    Type Declaration