masto
    Preparing search index...

    Interface Appeal

    Appeal against a moderation action.

    interface Appeal {
        state: keyof AppealStateRegistry;
        text: string;
    }
    Index

    Properties

    Properties

    state: keyof AppealStateRegistry

    State of the appeal.

    text: string

    Text of the appeal from the moderated account to the moderators.