wip
This commit is contained in:
parent
ef79903811
commit
df71c90f9f
6 changed files with 270 additions and 17 deletions
|
|
@ -52,6 +52,11 @@ export type IDriveFile = {
|
|||
filename: string;
|
||||
contentType: string;
|
||||
metadata: IMetadata;
|
||||
|
||||
/**
|
||||
* ファイルサイズ
|
||||
*/
|
||||
length: number;
|
||||
};
|
||||
|
||||
export function validateFileName(name: string): boolean {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue