update lại thư mục cấu trúc mới của server nodejs và python
This commit is contained in:
+9
@@ -0,0 +1,9 @@
|
||||
export type AttachmentSource = string | {
|
||||
data: Buffer;
|
||||
filename: `${string}.${string}`;
|
||||
metadata: {
|
||||
totalSize: number;
|
||||
width?: number;
|
||||
height?: number;
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user