Skip to content

Moved relationship name between modules #159

Moved relationship name between modules

Moved relationship name between modules #159

Triggered via push September 14, 2025 10:36
Status Failure
Total duration 57s
Artifacts
Fit to window
Zoom out
Zoom in

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; }'.