mirror of
https://github.com/LukeHagar/unicorn-utterances.git
synced 2025-12-09 04:22:01 +00:00
7 lines
130 B
TypeScript
7 lines
130 B
TypeScript
import { RolesEnum } from "types/RolesInfo";
|
|
|
|
export const MockRole: RolesEnum = {
|
|
id: "developer",
|
|
prettyname: "Developer",
|
|
};
|