import { HasDBId } from "../../../types.js"; export type PermissionSet = { label: string; apiName: string; assignees: Array; description: string; } & HasDBId;