@watzon/baserow
Preparing search index...
client
UserFile
Interface UserFile
User file response type
interface
UserFile
{
image_height
:
null
|
number
;
image_width
:
null
|
number
;
is_image
:
boolean
;
mime_type
:
string
;
name
:
string
;
original_name
:
string
;
size
:
number
;
thumbnails
:
Record
<
string
,
any
>
;
uploaded_at
:
string
;
url
:
string
;
}
Index
Properties
image_
height
image_
width
is_
image
mime_
type
name
original_
name
size
thumbnails
uploaded_
at
url
Properties
image_
height
image_height
:
null
|
number
image_
width
image_width
:
null
|
number
is_
image
is_image
:
boolean
mime_
type
mime_type
:
string
name
name
:
string
original_
name
original_name
:
string
size
size
:
number
thumbnails
thumbnails
:
Record
<
string
,
any
>
uploaded_
at
uploaded_at
:
string
url
url
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
image_
height
image_
width
is_
image
mime_
type
name
original_
name
size
thumbnails
uploaded_
at
url
@watzon/baserow
Loading...
User file response type