Add sync front component (#17748)
## Context Allow twenty apps to sync front components
This commit is contained in:
@@ -4,6 +4,6 @@ export type FrontComponentManifest = {
|
||||
description?: string;
|
||||
sourceComponentPath: string;
|
||||
builtComponentPath: string;
|
||||
builtComponentChecksum: string | null;
|
||||
builtComponentChecksum: string;
|
||||
componentName: string;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user