chore: run lint and prettier on entire codebase

This commit is contained in:
Alessio Gravili
2024-07-11 15:27:01 -04:00
parent f8ab5a9f1e
commit 83fd4c6622
364 changed files with 2578 additions and 2658 deletions

View File

@@ -31,12 +31,12 @@ export type UploadthingStorageOptions = {
/**
* Uploadthing Options
*/
options: UTApiOptions & {
options: {
/**
* @default 'public-read'
*/
acl?: ACL
}
} & UTApiOptions
}
type UploadthingPlugin = (uploadthingStorageOptions: UploadthingStorageOptions) => Plugin