4 lines
88 B
TypeScript
4 lines
88 B
TypeScript
export * from "../Notary/Role";
|
|
import Role from "../Notary/Role";
|
|
export default Role;
|