Types > FileQuery
Description
Fields
Restrict search to only images
Example: true
only_uploaded_private_files: Boolean
Restrict search to uploaded private files
Example: true
Search query string
Example: "fancy shoes"
Preview (typescript)
interface FileQuery {only_images?: booleanonly_uploaded_private_files?: booleanquery?: string}