mirror of
https://codeberg.org/yeentown/barkey.git
synced 2025-04-28 17:46:56 +00:00
7 lines
105 B
TypeScript
7 lines
105 B
TypeScript
namespace Entity {
|
|
export type History = {
|
|
day: string
|
|
uses: number
|
|
accounts: number
|
|
}
|
|
}
|