Skip to content
This repository was archived by the owner on Jan 8, 2026. It is now read-only.

Latest commit

 

History

History
24 lines (14 loc) · 643 Bytes

File metadata and controls

24 lines (14 loc) · 643 Bytes

Home > @datashaper/workflow > ProfileHandler > createInstance

ProfileHandler.createInstance() method

Creates a new instance of a schema resource

Signature:

createInstance(schema?: Schema | undefined): Promise<Res>;

Parameters

Parameter Type Description
schema Schema | undefined (Optional) The schema instance to create

Returns:

Promise<Res>