Twenty config admin panel integration (#11755)
closes https://github.com/twentyhq/core-team-issues/issues/761 closes https://github.com/twentyhq/core-team-issues/issues/762 --------- Co-authored-by: Félix Malfait <felix@twenty.com>
This commit is contained in:
1
packages/twenty-shared/src/types/ConfigVariableValue.ts
Normal file
1
packages/twenty-shared/src/types/ConfigVariableValue.ts
Normal file
@ -0,0 +1 @@
|
||||
export type ConfigVariableValue = string | number | boolean | string[] | null;
|
||||
@ -7,6 +7,7 @@
|
||||
* |___/
|
||||
*/
|
||||
|
||||
export type { ConfigVariableValue } from './ConfigVariableValue';
|
||||
export { ConnectedAccountProvider } from './ConnectedAccountProvider';
|
||||
export { FieldMetadataType } from './FieldMetadataType';
|
||||
export type { IsExactly } from './IsExactly';
|
||||
|
||||
Reference in New Issue
Block a user