UNPKG

@unchainedshop/plugins

Version:

Official plugin collection for the Unchained Engine with payment, delivery, and pricing adapters

14 lines (13 loc) 276 B
export interface RequestHeader { SpecVersion: string; CustomerId: string; RequestId: string; RetryIndicator: number; ClientInfo?: { ShopInfo?: string; OsInfo?: string; }; } export interface Request { RequestHeader: RequestHeader; }