Variable adminModerationLogEntrySchemaConst
adminModerationLogEntrySchema: ObjectSchema<
{
data: SchemaWithFallback<
RecordSchema<StringSchema<undefined>, AnySchema, undefined>,
{},
>;
id: SchemaWithPipe<readonly [UnknownSchema, TransformAction<any, string>]>;
message: SchemaWithFallback<StringSchema<undefined>, "">;
time: SchemaWithFallback<NumberSchema<undefined>, 0>;
},
undefined,
> = ...
See
https://docs.pleroma.social/backend/development/API/admin_api/#get-apiv1pleromaadminmoderation_log