Skip to content

Commit

Permalink
Refining the context
Browse files Browse the repository at this point in the history
  • Loading branch information
DaanV2 committed Feb 8, 2025
1 parent 55ed8dd commit 0173641
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/Lib/utility/components/components.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,9 @@ export type DependedMap = Record<string, Depended[]>;
*
*/
export interface Context<T> {
source: T;
/**
*
*/
/** The object / item that defined or carries the components */
source: Readonly<T>;
/** The components used by the source collected from multiple sources */
components: string[];
}

Expand Down

0 comments on commit 0173641

Please sign in to comment.