Function: getOrganizationField()
ts
function getOrganizationField<T>(client, parameters): Promise<FieldValue<T>>;Defined in: api/organizations.ts:101
Type Parameters
| Type Parameter | Default type |
|---|---|
T | unknown |
Parameters
| Parameter | Type | Description |
|---|---|---|
client | Client | - |
parameters | { field: unknown; id: unknown; } | - |
parameters.field | unknown | An organization field |
parameters.id | unknown | The ID or name of the organization |
Returns
Promise<FieldValue<T>>