standardValueSet: Readonly<{
    fullnames: string[];
}> = ...

StandardValueSet metadata reference data.

Contains a list of all supported StandardValueSet full names (e.g., AccountContactMultiRoles, AccountOwnership) that can be queried from Salesforce orgs. Useful for working with StandardValueSet metadata via the Metadata API.

The static import of json file should never be changed, other read methods might make esbuild fail to bundle the json file.