Variable adminDomainAllowSchemaConst
adminDomainAllowSchema: ObjectSchema<
{
created_at: SchemaWithPipe<
readonly [StringSchema<undefined>, RegexAction<string, undefined>],
>;
domain: StringSchema<undefined>;
id: StringSchema<undefined>;
},
undefined,
> = ...
See
https://docs.joinmastodon.org/entities/Admin_DomainAllow/