mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-06-28 22:30:01 +00:00
Update describe-result.d.ts fixing createable typo
createable in the Field interface is misspelled see https://developer.salesforce.com/docs/atlas.en-us.api.meta/api/sforce_api_calls_describesobjects_describesobjectresult.htm It should be createable, not creatable. The DescribeSObjectResult has createable spelled correctly
This commit is contained in:
2
types/jsforce/describe-result.d.ts
vendored
2
types/jsforce/describe-result.d.ts
vendored
@@ -70,7 +70,7 @@ export interface Field {
|
||||
caseSensitive: boolean;
|
||||
compoundFieldName?: maybe<string>;
|
||||
controllerName?: maybe<string>;
|
||||
creatable: boolean;
|
||||
createable: boolean;
|
||||
custom: boolean;
|
||||
defaultValue?: maybe<string | boolean>;
|
||||
defaultValueFormula?: maybe<string>;
|
||||
|
||||
Reference in New Issue
Block a user