@archon-inc/sdk
Version:
Integrate easily to our government platform using this SDK. More info on https://archon.inc/sdk
9 lines • 369 B
TypeScript
import { Role } from "../types/policy.js";
import { User, UserId } from "../types/user.js";
/**
* Retrieves a user's default role.
* @param user The user to get the default role for.
* @returns A promise resolving to the user's default role.
*/
export default function getDefaultRole(user: User | UserId): Promise<Role>;
//# sourceMappingURL=getDefaultRole.d.ts.map