Variable asyncRefreshSchemaConst
asyncRefreshSchema: ObjectSchema<
{
async_refresh: ObjectSchema<
{
id: StringSchema<undefined>;
result_count: NullableSchema<NumberSchema<undefined>, undefined>;
status: PicklistSchema<["running", "finished"], undefined>;
},
undefined,
>;
},
undefined,
> = ...
See
https://docs.joinmastodon.org/entities/AsyncRefresh/