crudCreate
crudCreate<
T>(crudUpdateConfig):Promise<GenericCrudResult<T>>
Creates a new resource using the given configuration.
Type Parameters
T
T extends ResourceForUpdate
The type of the resource
Parameters
crudUpdateConfig
Configuration object for creating the resource
Returns
Promise<GenericCrudResult<T>>