feat: Refactor utility and component exports, update dependencies, and add Knip for unused code detection.
This commit is contained in:
@@ -6,7 +6,7 @@ interface CorrespondentUsage {
|
||||
[key: string]: unknown;
|
||||
}
|
||||
|
||||
export interface CorrespondentEntry {
|
||||
interface CorrespondentEntry {
|
||||
id?: string;
|
||||
name?: string;
|
||||
usage?: CorrespondentUsage;
|
||||
|
||||
Reference in New Issue
Block a user