UNPKG

k8ts

Version:

Powerful framework for building Kubernetes manifests in TypeScript.

7 lines 282 B
import type { Ref2_Of } from "@k8ts/instruments"; export declare class ConfigKeyRef<Backend extends Ref2_Of = Ref2_Of, K extends string = string> { readonly backend: Backend; readonly key: K; constructor(backend: Backend, key: K); } //# sourceMappingURL=key-ref.d.ts.map