@archon-inc/sdk
Version:
Integrate easily to our government platform using this SDK. More info on https://archon.inc/sdk
8 lines • 298 B
TypeScript
import { Role, RoleName } from "../types/policy.js";
/**
* Retrieves a role by its name.
* @param role The name of the role to retrieve.
* @returns A promise resolving to the role.
*/
export default function getRole(role: string | RoleName): Promise<Role>;
//# sourceMappingURL=getRole.d.ts.map