3fd2b55406
This reverts commit 89eea5df52.
8 lines
123 B
TypeScript
8 lines
123 B
TypeScript
namespace MastodonEntity {
|
|
export type Field = {
|
|
name: string
|
|
value: string
|
|
verified_at: string | null
|
|
}
|
|
}
|