mirror of
https://codeberg.org/yeentown/barkey.git
synced 2025-10-23 09:44:51 +00:00
6 lines
88 B
TypeScript
6 lines
88 B
TypeScript
namespace PleromaEntity {
|
|
export type List = {
|
|
id: string
|
|
title: string
|
|
}
|
|
}
|