type alias CreateAccountDataimport { type CreateAccountData } from "https://dotland.deno.dev/x/wmill@v1.418.0/gen/index.ts"; definition: { requestBody: { refresh_token?: string; expires_in: number; client: string; }; workspace: string; }import CreateAccountDataimport { CreateAccountData } from "https://dotland.deno.dev/x/wmill@v1.418.0/gen/index.ts";