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