Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
type alias VariationDTO
import { type VariationDTO } from "https://deno.land/x/flagship_io_js_sdk@3.3.1/decision/api/models.ts";
definition: { id: string; name?: string; reference?: boolean; modifications: ModificationsDTO; }