/** * Schema for an on-site collection order in the client facing API. * To be used as part of a ClientFacingOrder. */ export interface ClientFacingOnSiteCollectionOrder { /** The Junction on-site collection Order ID */ id: string; createdAt: Date; updatedAt: Date; }