UNPKG

ggez-banking-sdk

Version:

A Node.js package to handle GGEZ Banking API endpoints, Simplify the process of managing CRUD operations with this efficient and easy-to-use package.

9 lines (8 loc) 268 B
import { PromotionData, UserAccessControl } from ".."; export type * from "./promotionData"; export type * from "./userAccessControl"; type CustomField = { promotion_data?: PromotionData; user_access_control: UserAccessControl; }; export type { CustomField };