UNPKG

scheunemann-interfaces

Version:
6 lines (5 loc) 118 B
export interface IOrderCancellation { cancellationBy: string; cancellationCode: string; reason: string; }