Variable adminIpSchemaConst
adminIpSchema: ObjectSchema<
{
ip: SchemaWithPipe<
readonly [StringSchema<undefined>, IpAction<string, undefined>],
>;
used_at: SchemaWithPipe<
readonly [StringSchema<undefined>, RegexAction<string, undefined>],
>;
},
undefined,
> = ...
See
https://docs.joinmastodon.org/entities/Admin_Ip/