Skip to main content
Module

x/wmill/deps.ts>User

Open-source developer platform to turn scripts into workflows and UIs. Fastest workflow engine (5x vs Airflow). Open-source alternative to Airplane and Retool.
Go to Latest
type alias User
import { type User } from "https://deno.land/x/wmill@v1.282.2/deps.ts";
definition: { email: string; username: string; is_admin: boolean; is_super_admin: boolean; created_at: string; operator: boolean; disabled: boolean; groups?: Array<string>; folders: Array<string>; folders_owners: Array<string>; usage?: Usage; }