Variable adminTagSchemaConst
adminTagSchema: ObjectSchema<
{
following: SchemaWithFallback<
OptionalSchema<BooleanSchema<undefined>, undefined>,
undefined,
>;
history: SchemaWithFallback<
NullableSchema<
ArraySchema<
ObjectSchema<
{
accounts: SchemaWithPipe<
readonly [UnknownSchema, TransformAction<any, number>],
>;
day: SchemaWithPipe<
readonly [UnknownSchema, TransformAction<any, number>],
>;
uses: SchemaWithPipe<
readonly [UnknownSchema, TransformAction<any, number>],
>;
},
undefined,
>,
undefined,
>,
undefined,
>,
null,
>;
id: StringSchema<undefined>;
name: SchemaWithPipe<
readonly [
StringSchema<undefined>,
TransformAction<string, string>,
MinLengthAction<string, 1, undefined>,
],
>;
requires_review: BooleanSchema<undefined>;
total: SchemaWithFallback<
NullableSchema<NumberSchema<undefined>, undefined>,
null,
>;
trendable: BooleanSchema<undefined>;
url: SchemaWithFallback<
SchemaWithPipe<
readonly [StringSchema<undefined>, UrlAction<string, undefined>],
>,
"",
>;
usable: BooleanSchema<undefined>;
},
undefined,
> = ...
See
https://docs.joinmastodon.org/entities/Tag/#admin