pl-api
Preparing search index...
adminAccountSchema
Variable adminAccountSchema
Const
adminAccountSchema
:
SchemaWithPipe
<
readonly
[
AnySchema
,
TransformAction
<
any
,
any
>
,
ObjectSchema
<
{
account
:
SchemaWithFallback
<
NullableSchema
<
BaseSchema
<
any
,
Account
,
BaseIssue
<
unknown
>
>
,
undefined
,
>
,
null
,
>
;
actor_type
:
SchemaWithFallback
<
NullableSchema
<
StringSchema
<
undefined
>
,
undefined
>
,
null
,
>
;
approved
:
SchemaWithFallback
<
BooleanSchema
<
undefined
>
,
false
>
;
confirmed
:
SchemaWithFallback
<
BooleanSchema
<
undefined
>
,
false
>
;
created_at
:
SchemaWithFallback
<
SchemaWithPipe
<
readonly
[
StringSchema
<
undefined
>
,
RegexAction
<
string
,
undefined
>
]
,
>
,
string
,
>
;
created_by_application_id
:
SchemaWithFallback
<
OptionalSchema
<
StringSchema
<
undefined
>
,
undefined
>
,
undefined
,
>
;
disabled
:
SchemaWithFallback
<
BooleanSchema
<
undefined
>
,
false
>
;
display_name
:
SchemaWithFallback
<
NullableSchema
<
StringSchema
<
undefined
>
,
undefined
>
,
null
,
>
;
domain
:
SchemaWithFallback
<
NullableSchema
<
StringSchema
<
undefined
>
,
undefined
>
,
null
,
>
;
email
:
SchemaWithFallback
<
NullableSchema
<
StringSchema
<
undefined
>
,
undefined
>
,
null
,
>
;
id
:
StringSchema
<
undefined
>
;
invite_request
:
SchemaWithFallback
<
NullableSchema
<
StringSchema
<
undefined
>
,
undefined
>
,
null
,
>
;
invited_by_account_id
:
SchemaWithFallback
<
OptionalSchema
<
StringSchema
<
undefined
>
,
undefined
>
,
undefined
,
>
;
ip
:
SchemaWithFallback
<
NullableSchema
<
SchemaWithPipe
<
readonly
[
StringSchema
<
undefined
>
,
IpAction
<
string
,
undefined
>
]
,
>
,
undefined
,
>
,
null
,
>
;
ips
:
SchemaWithPipe
<
readonly
[
SchemaWithFallback
<
ArraySchema
<
AnySchema
,
undefined
>
,
readonly
[
]
>
,
TransformAction
<
any
[]
,
{
ip
:
string
;
used_at
:
string
}
[]
>
,
]
,
>
;
locale
:
SchemaWithFallback
<
NullableSchema
<
StringSchema
<
undefined
>
,
undefined
>
,
null
,
>
;
role
:
SchemaWithFallback
<
NullableSchema
<
ObjectSchema
<
{
color
:
SchemaWithFallback
<
SchemaWithPipe
<
readonly
[
(...)
,
(...)
]
>
,
""
,
>
;
highlighted
:
SchemaWithFallback
<
BooleanSchema
<
undefined
>
,
true
>
;
id
:
SchemaWithFallback
<
StringSchema
<
undefined
>
,
""
>
;
name
:
SchemaWithFallback
<
StringSchema
<
undefined
>
,
""
>
;
permissions
:
SchemaWithFallback
<
StringSchema
<
undefined
>
,
""
>
;
}
,
undefined
,
>
,
undefined
,
>
,
null
,
>
;
silenced
:
SchemaWithFallback
<
BooleanSchema
<
undefined
>
,
false
>
;
suggested
:
SchemaWithFallback
<
NullableSchema
<
BooleanSchema
<
undefined
>
,
undefined
>
,
null
,
>
;
suspended
:
SchemaWithFallback
<
BooleanSchema
<
undefined
>
,
false
>
;
username
:
StringSchema
<
undefined
>
;
}
,
undefined
,
>
,
]
,
>
= ...
See
https://docs.joinmastodon.org/entities/Admin_Account/
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
pl-api
Loading...
See
https://docs.joinmastodon.org/entities/Admin_Account/