RUNTIME variable

Where each runtime lives by default.

Signature:

RUNTIME: {
    readonly rpc: {
        readonly from: '@imqueue/rpc';
        readonly symbols: readonly ["classType", "property"];
    };
    readonly validation: {
        readonly from: '@imqueue/validation';
        readonly symbols: readonly ["validatable", "validate"];
    };
    readonly zod: {
        readonly from: 'zod';
        readonly symbols: readonly ["z"];
    };
    readonly repository: {
        readonly from: '@imqueue/pg-prisma';
        readonly symbols: readonly ["Repository"];
        readonly typeOnly: true;
    };
}

Remarks

Declared rather than written at each emission site, so a specifier appears once and redirection has a single place to act.

Read this page as plain markdown — no HTML, no navigation. For pasting into an LLM, or for an agent to fetch.