Feature: Content Type Workspace Context Base #135
test-backoffice.yml
on: pull_request
build
1m 24s
test
7m 11s
Annotations
7 errors
build
Argument of type '{ name: string; }' is not assignable to parameter of type 'Partial<DetailModelType>'.
|
build
Argument of type '{ alias: string; }' is not assignable to parameter of type 'Partial<DetailModelType>'.
|
build
Argument of type '{ description: string; }' is not assignable to parameter of type 'Partial<DetailModelType>'.
|
build
Argument of type '{ compositions: UmbContentTypeCompositionModel[]; }' is not assignable to parameter of type 'Partial<DetailModelType>'.
|
build
Argument of type '{ icon: string; }' is not assignable to parameter of type 'Partial<DetailModelType>'.
|
build
Property 'unique' in type 'UmbContentDetailWorkspaceContextBase<DetailModelType, DetailRepositoryType, ContentTypeDetailModelType, VariantModelType, VariantOptionModelType, CreateArgsType>' is not assignable to the same property in base type 'UmbEntityDetailWorkspaceContextBase<DetailModelType, DetailRepositoryType, CreateArgsType>'.
|
build
Process completed with exit code 2.
|