3 lines
118 B
TypeScript
3 lines
118 B
TypeScript
export interface IAttachment { type: string, url: string }
|
|
|
|
export interface IField { fieldId: string; value: string } |