barkey/packages/megalodon/src/pleroma/entities/list.ts
2023-09-25 01:49:57 +02:00

6 lines
88 B
TypeScript

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