Moved relationship name between modules #159
Annotations
4 errors
build
Process completed with exit code 2.
|
build
Argument of type 'AnyEmmettArchModule' is not assignable to parameter of type 'string'.
|
build
Type '<Target extends AnyEmmettArchModule>(target: Target, type: EmmettRelationshipType, description?: string) => EmmettRelationship<Source, AnyEmmettArchModule>' is not assignable to type '<Target extends AnyEmmettArchModule>(target: Target, type: string, description?: string | undefined) => EmmettRelationship<Source, Target>'.
|
build
Type '{ components: unknown; name: string; } | { name: string; }' is not assignable to type 'EmmettArchModule & { components: Config extends { components: infer M; } ? M : never; }'.
|