iceshrimp-legacy/packages/megalodon/src/entities/list.ts

7 lines
81 B
TypeScript

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