iceshrimp/packages/megalodon/src/entities/list.ts
2023-07-06 02:16:51 +00:00

6 lines
81 B
TypeScript

namespace Entity {
export type List = {
id: string
title: string
}
}