UNPKG

studiocms

Version:

Astro Native CMS for AstroDB. Built from the ground up by the Astro community.

3 lines (2 loc) 215 B
declare const getLabelForPermissionLevel: (permissionLevel: "admin" | "editor" | "owner" | "visitor" | string) => "Administrator" | "Editor" | "Owner" | "Visitor" | "Unknown"; export { getLabelForPermissionLevel };