- Preparing search index...
- The search index is not available
bruce-models
- Create(params): Promise<{
account: IAccount;
}>
-
Parameters
-
params: {
accountId: string;
api?: BruceApi.Api;
hostingLocationKey: string;
name: string;
req?: IReqParams;
starterContent?: EStarterContent;
}
-
accountId: string
-
-
hostingLocationKey: string
-
name: string
-
-
Returns Promise<{
account: IAccount;
}>
Creates a new Nextspace account using given details.