interface OperationReplyAddress { 'location': string; 'description'?: string; 'additionalProperties'?: Map; } export { OperationReplyAddress };