masto
    Preparing search index...

    Interface CreateActionParams

    interface CreateActionParams {
        reportId?: string;
        sendEmailNotification?: boolean | null;
        text?: string | null;
        type?: keyof AccountActionRegistry;
        warningPresetId?: string | null;
    }
    Index

    Properties

    reportId?: string

    ID of an associated report that caused this action to be taken

    sendEmailNotification?: boolean | null

    Whether an email should be sent to the user with the above information.

    text?: string | null

    Additional text for clarification of why this action was taken

    type?: keyof AccountActionRegistry

    Type of action to be taken. Enumerable oneOf: none disable silence suspend

    warningPresetId?: string | null

    ID of a preset warning