1
0
Fork 0
mirror of synced 2024-09-12 23:43:09 +12:00
Co-authored-by: Sam Rose <hello@samwho.dev>
This commit is contained in:
Adria Navarro 2024-05-02 12:20:58 +01:00 committed by GitHub
parent 2b61172fe8
commit f9d738c393
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -100,7 +100,7 @@ export enum FieldType {
*/
BIGINT = "bigint",
/**
* an JSON type, called Users within Budibase. It will hold an array of strings. This type is used to represent a link to an internal Budibase
* a JSON type, called Users within Budibase. It will hold an array of strings. This type is used to represent a link to an internal Budibase
* resource, like a user or group, today only users are supported. This type will be represented as an
* array of internal resource IDs (e.g. user IDs) within the row - this ID list will be enriched with
* the full resources when rows are returned from the API. The full resources can be input to the API, or