studiocms
Version:
Astro Native CMS for AstroDB. Built from the ground up by the Astro community.
6 lines (5 loc) • 315 B
TypeScript
/**
* @deprecated Use Translation system under the `@studiocms/dashboard:user-component` entry
*/
declare const getLabelForPermissionLevel: (permissionLevel: "admin" | "editor" | "owner" | "visitor" | string) => "Owner" | "Administrator" | "Editor" | "Visitor" | "Unknown";
export { getLabelForPermissionLevel };