@watzon/baserow
    Preparing search index...

    Interface PatchedUserAdminUpdate

    interface PatchedUserAdminUpdate {
        is_active?: boolean;
        is_staff?: boolean;
        name?: string;
        password?: string;
        username?: string;
    }
    Index

    Properties

    is_active?: boolean
    is_staff?: boolean
    name?: string
    password?: string
    username?: string