@watzon/baserow
    Preparing search index...

    Interface UserAdminResponse

    interface UserAdminResponse {
        date_joined: string;
        id: number;
        is_active: boolean;
        is_staff: boolean;
        last_login: null | string;
        name: string;
        username: string;
        workspaces: { id: number; name: string; permissions: string }[];
    }
    Index

    Properties

    date_joined: string
    id: number
    is_active: boolean
    is_staff: boolean
    last_login: null | string
    name: string
    username: string
    workspaces: { id: number; name: string; permissions: string }[]