Skip to main content
Deno 2 is finally here 🎉️
Learn more
Go to Latest
type alias VariationDTO
import { type VariationDTO } from "https://deno.land/x/flagship_io_js_sdk@3.2.6/decision/api/models.ts";
definition: { id: string; name?: string; reference?: boolean; modifications: ModificationsDTO; }