Reminix TypeScript SDK - v0.7.1
    Preparing search index...

    Interface RuntimeInfoInternal

    Runtime information returned by the discovery endpoint.

    interface RuntimeInfo {
        framework: "hono";
        language: "typescript";
        version: string;
    }
    Index

    Properties

    framework: "hono"
    language: "typescript"
    version: string