Type Alias Static<Type, Params, Result>

Creates a static type from a TypeBox type

Type Parameters

  • Type extends TSchema
  • Params extends unknown[] = []
  • Result = (Type & {
        params: Params;
    })["static"]