summaryrefslogtreecommitdiff
path: root/packages/megalodon/src/entities/status_source.ts
blob: 0de7030ed56a9469a5e9ddf7edb9672a08808e90 (plain)
1
2
3
4
5
6
7
namespace Entity {
  export type StatusSource = {
    id: string
    text: string
    spoiler_text: string
  }
}