Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/windmill/windmill-api/models/NewUser.ts>NewUser

Windmill deno client (separated from the main repo because most of the code is auto-generated from the openapi and not worth committing)
Go to Latest
type alias NewUser
import { type NewUser } from "https://deno.land/x/windmill@v1.46.1/windmill-api/models/NewUser.ts";
definition: { email: string; username: string; is_admin: boolean; }