4 lines
70 B
TypeScript
Executable File
4 lines
70 B
TypeScript
Executable File
export interface AttachmentType {
|
|
type: string;
|
|
url: string;
|
|
} |