8 lines
69 B
TypeScript
8 lines
69 B
TypeScript
|
|
export interface IAttachment {
|
|
fields: {
|
|
item?: object[];
|
|
};
|
|
}
|
|
|