@rendley/sdk - v1.15.19
Preparing search index...
MediaDataSchema
Variable MediaDataSchema
Const
MediaDataSchema
:
Zod
.
ZodObject
<
{
customData
:
Zod
.
ZodOptional
<
Zod
.
ZodArray
<
Zod
.
ZodTuple
<
[
Zod
.
ZodString
,
Zod
.
ZodUnknown
]
,
null
>
,
"many"
,
>
,
>
;
duration
:
Zod
.
ZodOptional
<
Zod
.
ZodNumber
>
;
filename
:
Zod
.
ZodString
;
fitStrategy
:
Zod
.
ZodCatch
<
Zod
.
ZodOptional
<
Zod
.
ZodObject
<
{
fitStyle
:
Zod
.
ZodOptional
<
Zod
.
ZodNativeEnum
<
typeof
FitStyleEnum
>
>
;
toCrop
:
Zod
.
ZodOptional
<
Zod
.
ZodBoolean
>
;
}
,
"strip"
,
Zod
.
ZodTypeAny
,
{
fitStyle
?:
ORIGINAL
|
MATCH_SCALE
|
OUTSIDE
|
INSIDE
|
MATCH_SIZE
;
toCrop
?:
boolean
;
}
,
{
fitStyle
?:
ORIGINAL
|
MATCH_SCALE
|
OUTSIDE
|
INSIDE
|
MATCH_SIZE
;
toCrop
?:
boolean
;
}
,
>
,
>
,
>
;
hash
:
Zod
.
ZodOptional
<
Zod
.
ZodString
>
;
height
:
Zod
.
ZodOptional
<
Zod
.
ZodNumber
>
;
id
:
Zod
.
ZodString
;
mimeType
:
Zod
.
ZodOptional
<
Zod
.
ZodString
>
;
name
:
Zod
.
ZodOptional
<
Zod
.
ZodString
>
;
permanentUrl
:
Zod
.
ZodOptional
<
Zod
.
ZodString
>
;
placeholderClipIds
:
Zod
.
ZodOptional
<
Zod
.
ZodArray
<
Zod
.
ZodString
,
"many"
>
>
;
type
:
Zod
.
ZodString
;
width
:
Zod
.
ZodOptional
<
Zod
.
ZodNumber
>
;
}
,
"strip"
,
Zod
.
ZodTypeAny
,
{
customData
?:
[
string
,
unknown
]
[]
;
duration
?:
number
;
filename
:
string
;
fitStrategy
?:
{
fitStyle
?:
ORIGINAL
|
MATCH_SCALE
|
OUTSIDE
|
INSIDE
|
MATCH_SIZE
;
toCrop
?:
boolean
;
}
;
hash
?:
string
;
height
?:
number
;
id
:
string
;
mimeType
?:
string
;
name
?:
string
;
permanentUrl
?:
string
;
placeholderClipIds
?:
string
[]
;
type
:
string
;
width
?:
number
;
}
,
{
customData
?:
[
string
,
unknown
]
[]
;
duration
?:
number
;
filename
:
string
;
fitStrategy
?:
unknown
;
hash
?:
string
;
height
?:
number
;
id
:
string
;
mimeType
?:
string
;
name
?:
string
;
permanentUrl
?:
string
;
placeholderClipIds
?:
string
[]
;
type
:
string
;
width
?:
number
;
}
,
>
= ...
Zod schema for the serialized library media record stored in projects.
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
@rendley/sdk - v1.15.19
Loading...
Zod schema for the serialized library media record stored in projects.