UNPKG

wk-nmi

Version:

This is a simple utility package

15 lines (14 loc) 309 B
import type { BillingInfo } from "./customerVault"; export type AddBilling = { userId: string; billingId: string; org?: string; token: string; billingInfo: BillingInfo; }; export type ChangePriority = { userId: string; org?: string; billingId: string; priority: number; };