Skip to main content
Module

x/helmet/deps/typebox.ts>Static

Type-safe Helm - the right way to do Infrastructure as Code in Kubernetes
Go to Latest
type alias Static
import { type Static } from "https://deno.land/x/helmet@1.26.6/deps/typebox.ts";

Creates the static type for a TypeBox type

Type Parameters

T extends TSchema
optional
P extends unknown[] = []
definition: (T & { params: P; })["static"]