E621
    Preparing search index...

    Interface AdminEditUserOptions

    interface AdminEditUserOptions {
        base_upload_limit?: number;
        can_approve_posts?: boolean;
        can_upload_free?: boolean;
        email?: string;
        enable_privacy_mode?: boolean;
        level?: number;
        name?: string;
        no_flagging?: boolean;
        profile_about?: string;
        profile_artinfo?: string;
        replacements_beta?: boolean;
        verified?: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    base_upload_limit?: number
    can_approve_posts?: boolean
    can_upload_free?: boolean
    email?: string
    enable_privacy_mode?: boolean
    level?: number
    name?: string
    no_flagging?: boolean
    profile_about?: string
    profile_artinfo?: string
    replacements_beta?: boolean
    verified?: boolean