5 lines
66 B
TypeScript
5 lines
66 B
TypeScript
|
|
export interface onSelectArgs {
|
||
|
|
data: FormData;
|
||
|
|
file: File;
|
||
|
|
}
|