Skip to main content
Module

x/wmill/deps.ts>WorkspaceInvite

Open-source web IDE, scalable runtime and platform for serverless, workflows and UIs
Go to Latest
type alias WorkspaceInvite
import { type WorkspaceInvite } from "https://deno.land/x/wmill@v1.63.2/deps.ts";
definition: { workspace_id: string; email: string; is_admin: boolean; operator: boolean; }