mirror of
https://github.com/lingble/twenty.git
synced 2025-11-01 21:27:58 +00:00
feat: address composite field (#4492)
Added new Address field input type. --------- Co-authored-by: Lucas Bordeau <bordeau.lucas@gmail.com>
This commit is contained in:
@@ -179,6 +179,7 @@ export type FieldDeleteResponse = {
|
||||
|
||||
/** Type of the field */
|
||||
export enum FieldMetadataType {
|
||||
Address = 'ADDRESS',
|
||||
Boolean = 'BOOLEAN',
|
||||
Currency = 'CURRENCY',
|
||||
DateTime = 'DATE_TIME',
|
||||
|
||||
Reference in New Issue
Block a user