Variable announcementReactionSchemaConst
announcementReactionSchema: ObjectSchema<
{
announcement_id: SchemaWithFallback<StringSchema<undefined>, "">;
count: SchemaWithFallback<
SchemaWithPipe<
readonly [
NumberSchema<undefined>,
IntegerAction<number, undefined>,
MinValueAction<number, 0, undefined>,
],
>,
0,
>;
me: SchemaWithFallback<BooleanSchema<undefined>, false>;
name: SchemaWithFallback<StringSchema<undefined>, "">;
static_url: SchemaWithFallback<
NullableSchema<StringSchema<undefined>, undefined>,
null,
>;
url: SchemaWithFallback<
NullableSchema<StringSchema<undefined>, undefined>,
null,
>;
},
undefined,
> = ...
See
https://docs.joinmastodon.org/entities/announcement/