Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Latest
type alias FetchFlagsStatus
import { type FetchFlagsStatus } from "https://deno.land/x/flagship_io_js_sdk@4.0.1/types.ts";

Represents the status of visitor fetch for flag data.

definition: { status: FSFetchStatus; reason: FSFetchReasons; }