Skip to content

Commit ae4a79a

Browse files
committed
feat(frontend): expose value metadata fields
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
1 parent 53a5c23 commit ae4a79a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/types.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ export interface FieldValueRecord {
3030
user_uid: string
3131
value: FieldValuePayload
3232
current_visibility: FieldVisibility
33+
updated_by_uid: string
34+
updated_at: string
3335
}
3436

3537
export interface EditableField {

0 commit comments

Comments
 (0)