export interface CancelResponseInterface { referenceId: string; cancellationId: string; }