Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
type alias OrderStatus
import { type OrderStatus } from "https://deno.land/x/netzo@v0.2.19/apis/shopifyadmin/types.ts";
definition:
| "open"
| "close"
| "cancelled"
| "any"