mirror of
https://codeberg.org/yeentown/barkey.git
synced 2025-06-01 18:46:58 +00:00
5 lines
65 B
TypeScript
5 lines
65 B
TypeScript
namespace Entity {
|
|
export type Role = {
|
|
name: string
|
|
}
|
|
}
|