Variable termsOfServiceSchemaConst
termsOfServiceSchema: ObjectSchema<
{
content: StringSchema<undefined>;
effective: BooleanSchema<undefined>;
effective_date: SchemaWithPipe<
readonly [
StringSchema<undefined>,
TransformAction<string, string>,
RegexAction<string, undefined>,
],
>;
succeeded_by: SchemaWithFallback<
NullableSchema<
SchemaWithPipe<
readonly [
StringSchema<undefined>,
TransformAction<string, string>,
RegexAction<string, undefined>,
],
>,
undefined,
>,
null,
>;
},
undefined,
> = ...
See
https://docs.joinmastodon.org/entities/TermsOfService/