@axonlabs/core - v0.13.1
    Preparing search index...

    Interface Response

    Server response to the client.

    interface Response {
        status: (code: number) => AxonResponse;
    }

    Hierarchy

    • ServerResponse
      • Response
    Index

    Properties

    Properties

    status: (code: number) => AxonResponse