@openmrs/esm-framework
Version:
86 lines (46 loc) • 2.14 kB
Markdown
[@openmrs/esm-framework](../API.md) / Attachment
# Interface: Attachment
## Table of contents
### Properties
- [bytesContentFamily](Attachment.md#bytescontentfamily)
- [bytesMimeType](Attachment.md#bytesmimetype)
- [dateTime](Attachment.md#datetime)
- [description](Attachment.md#description)
- [filename](Attachment.md#filename)
- [id](Attachment.md#id)
- [src](Attachment.md#src)
## Properties
### bytesContentFamily
• **bytesContentFamily**: `string`
#### Defined in
[packages/framework/esm-api/src/types/attachments-types.ts:17](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-api/src/types/attachments-types.ts#L17)
___
### bytesMimeType
• **bytesMimeType**: `string`
#### Defined in
[packages/framework/esm-api/src/types/attachments-types.ts:16](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-api/src/types/attachments-types.ts#L16)
___
### dateTime
• **dateTime**: `string`
#### Defined in
[packages/framework/esm-api/src/types/attachments-types.ts:15](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-api/src/types/attachments-types.ts#L15)
___
### description
• `Optional` **description**: `string`
#### Defined in
[packages/framework/esm-api/src/types/attachments-types.ts:18](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-api/src/types/attachments-types.ts#L18)
___
### filename
• **filename**: `string`
#### Defined in
[packages/framework/esm-api/src/types/attachments-types.ts:14](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-api/src/types/attachments-types.ts#L14)
___
### id
• **id**: `string`
#### Defined in
[packages/framework/esm-api/src/types/attachments-types.ts:12](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-api/src/types/attachments-types.ts#L12)
___
### src
• **src**: `string`
#### Defined in
[packages/framework/esm-api/src/types/attachments-types.ts:13](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-api/src/types/attachments-types.ts#L13)