fix: improperly typed local create method
This commit is contained in:
@@ -14,7 +14,7 @@ export type Options<T> = {
|
||||
showHiddenFields?: boolean
|
||||
filePath?: string
|
||||
overwriteExistingFiles?: boolean
|
||||
req: PayloadRequest
|
||||
req?: PayloadRequest
|
||||
draft?: boolean
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user