UNPKG

@archon-inc/sdk

Version:

Integrate easily to our government platform using this SDK. More info on https://archon.inc/sdk

8 lines 482 B
import { ResourceType, ResourceTypeName } from "../types/policy.js"; /** * Given a resource type name, return the resource type from the Archon policy service. * @param resourceTypeName the name of the resource type to retrieve, found in the archon.yaml file. * @returns The resource type from the Archon policy service. */ export default function getResourceType(resourceTypeName: ResourceTypeName | string): Promise<ResourceType>; //# sourceMappingURL=getResourceType.d.ts.map