masto
    Preparing search index...

    Interface CreateActionParams

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

    Properties

    reportId?: string | null

    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) | null

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

    warningPresetId?: string | null

    ID of a preset warning