Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Latest
type alias GetFlagValueParam
import { type GetFlagValueParam } from "https://deno.land/x/flagship_io_js_sdk@4.0.1/type.local.ts";
definition: { key: string; defaultValue: T; flag?: FlagDTO; visitorExposed?: boolean; }