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

    Interface ExpressLikeResponse

    interface ExpressLikeResponse {
        json: (body: unknown) => unknown;
        status: (statusCode: number) => ExpressLikeResponse;
    }
    Index

    Properties

    Properties

    json: (body: unknown) => unknown
    status: (statusCode: number) => ExpressLikeResponse