@openmrs/esm-framework
Version:
75 lines (40 loc) • 1.93 kB
Markdown
[@openmrs/esm-framework](../API.md) / AttachmentResponse
# Interface: AttachmentResponse
## Table of contents
### Properties
- [bytesContentFamily](AttachmentResponse.md#bytescontentfamily)
- [bytesMimeType](AttachmentResponse.md#bytesmimetype)
- [comment](AttachmentResponse.md#comment)
- [dateTime](AttachmentResponse.md#datetime)
- [filename](AttachmentResponse.md#filename)
- [uuid](AttachmentResponse.md#uuid)
## Properties
### bytesContentFamily
• **bytesContentFamily**: `string`
#### Defined in
[packages/framework/esm-api/src/types/attachments-types.ts:22](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-api/src/types/attachments-types.ts#L22)
___
### bytesMimeType
• **bytesMimeType**: `string`
#### Defined in
[packages/framework/esm-api/src/types/attachments-types.ts:23](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-api/src/types/attachments-types.ts#L23)
___
### comment
• **comment**: `string`
#### Defined in
[packages/framework/esm-api/src/types/attachments-types.ts:24](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-api/src/types/attachments-types.ts#L24)
___
### dateTime
• **dateTime**: `string`
#### Defined in
[packages/framework/esm-api/src/types/attachments-types.ts:25](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-api/src/types/attachments-types.ts#L25)
___
### filename
• `Optional` **filename**: `string`
#### Defined in
[packages/framework/esm-api/src/types/attachments-types.ts:27](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-api/src/types/attachments-types.ts#L27)
___
### uuid
• **uuid**: `string`
#### Defined in
[packages/framework/esm-api/src/types/attachments-types.ts:26](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-api/src/types/attachments-types.ts#L26)