1
0
Files
pawkey-sk/packages/megalodon/src/pleroma/entities/list.ts
T
2023-09-24 01:44:53 +02:00

7 lines
88 B
TypeScript

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