Skip to main content
Module

x/windmill/mod.ts>WorkspaceService.getPremiumInfo

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
method WorkspaceService.getPremiumInfo
import { WorkspaceService } from "https://deno.land/x/windmill@v1.285.2/mod.ts";

get premium info

Parameters

unnamed 0: { workspace: string; }

Returns

CancelablePromise<{ premium: boolean; usage?: number; seats?: number; automatic_billing: boolean; }>

any status