mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-12-03 15:53:09 +02:00
6 lines
65 B
TypeScript
6 lines
65 B
TypeScript
|
namespace Entity {
|
||
|
export type Role = {
|
||
|
name: string
|
||
|
}
|
||
|
}
|