@watzon/baserow
    Preparing search index...

    Interface UserAdminCreate

    interface UserAdminCreate {
        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