4 lines
57 B
TypeScript
4 lines
57 B
TypeScript
export interface AttachmentResponse {
|
|
success: File;
|
|
}
|
export interface AttachmentResponse {
|
|
success: File;
|
|
}
|