Skip to content

Commit

Permalink
fix: BuildCoupledCollectionConfig mismatch
Browse files Browse the repository at this point in the history
  • Loading branch information
rphillips-cc committed Nov 29, 2024
1 parent e1a99e1 commit 643650a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/build-coupled.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -103,9 +103,10 @@ export interface BuildCoupledCollectionConfig
}

interface BuildCoupledConfiguration
extends Omit<Configuration, 'data_config'>,
extends Omit<Configuration, 'data_config' | 'collections_config'>,
WithCollectionsConfigOverride {
paths?: BuildCoupledPaths;
collections_config?: BuildCoupledCollectionConfig;
}

/**
Expand Down

0 comments on commit 643650a

Please sign in to comment.