Deprecate address standard field (#6087)

Closes #5916

---------

Co-authored-by: Weiko <corentin@twenty.com>
This commit is contained in:
Marie
2024-07-10 18:07:18 +02:00
committed by GitHub
parent b14918c4b5
commit 34d13a7b58
27 changed files with 310 additions and 77 deletions

View File

@ -73,4 +73,9 @@ export interface WorkspaceFieldMetadataArgs {
* Field gate.
*/
readonly gate?: Gate;
/**
* Is deprecated field.
*/
readonly isDeprecated?: boolean;
}