/** *
A warning returned by the document service when an issue is discovered while processing an upload request.
*/ export interface _DocumentServiceWarning { /** *The description for a warning returned by the document service.
*/ message?: string; } export declare type _UnmarshalledDocumentServiceWarning = _DocumentServiceWarning;