Interface
Very generic structure representing the return value from the /arcgis/rest/admin/services/<service-name>/FeatureServer?f=json response
Inheritance: IServiceInfoRecord<string, unknown>
Properties
| Property | Type |
|---|---|
adminServiceInfo | { database: { datasource: { name: string } }; name: string; status: string; type: string } |
layers | Record<string, unknown>[] |