import type * as Square from "../index"; export interface OrderCreatedObject { /** Information about the created order. */ orderCreated?: Square.OrderCreated; }