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

    Interface FastifyLikeReply

    interface FastifyLikeReply {
        code: (statusCode: number) => FastifyLikeReply;
        send: (body: unknown) => unknown;
    }
    Index

    Properties

    Properties

    code: (statusCode: number) => FastifyLikeReply
    send: (body: unknown) => unknown