import { type RoleInterface } from '../Role'; export type SheetRoleInterface = { getRole(): RoleInterface | undefined; };