Update custom-field.ts

This commit is contained in:
shamoon 2024-10-03 22:14:55 -07:00
parent fc7d0c3f11
commit 41ab5a58c3

View File

@ -59,4 +59,5 @@ export interface CustomField extends ObjectWithId {
select_options?: string[] select_options?: string[]
default_currency?: string default_currency?: string
} }
document_count?: number
} }