pl-api
Preparing search index...
scrobbleSchema
Variable scrobbleSchema
Const
scrobbleSchema
:
SchemaWithPipe
<
readonly
[
AnySchema
,
TransformAction
<
any
,
any
>
,
ObjectSchema
<
{
account
:
BaseSchema
<
any
,
Account
,
BaseIssue
<
unknown
>
>
;
album
:
SchemaWithFallback
<
StringSchema
<
undefined
>
,
""
>
;
artist
:
SchemaWithFallback
<
StringSchema
<
undefined
>
,
""
>
;
created_at
:
SchemaWithPipe
<
readonly
[
StringSchema
<
undefined
>
,
RegexAction
<
string
,
undefined
>
]
,
>
;
external_link
:
SchemaWithFallback
<
NullableSchema
<
StringSchema
<
undefined
>
,
undefined
>
,
null
,
>
;
id
:
SchemaWithPipe
<
readonly
[
UnknownSchema
,
TransformAction
<
any
,
string
>
]
,
>
;
length
:
SchemaWithFallback
<
NullableSchema
<
NumberSchema
<
undefined
>
,
undefined
>
,
null
,
>
;
title
:
StringSchema
<
undefined
>
;
}
,
undefined
,
>
,
]
,
>
= ...
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
pl-api
Loading...