Linting fix

This commit is contained in:
Jackson Harper 2022-11-14 12:02:38 +08:00
parent 5c62a63788
commit 0a43674da3

View file

@ -5,7 +5,7 @@ import { v4 as uuidv4 } from 'uuid'
type UploadFileInput = {
url: string
contentType: string
createPageEntry?: Boolean
createPageEntry?: boolean
clientRequestId?: string
}