mirror of
https://gitlab.com/soapbox-pub/ditto.git
synced 2025-12-06 11:29:46 +00:00
get rid of PubkeyDomainRow interface
This commit is contained in:
parent
e037ccc7ed
commit
3893cc68ca
1 changed files with 0 additions and 7 deletions
|
|
@ -5,7 +5,6 @@ export interface DittoTables {
|
|||
unattached_media: UnattachedMediaRow;
|
||||
author_stats: AuthorStatsRow;
|
||||
event_stats: EventStatsRow;
|
||||
pubkey_domains: PubkeyDomainRow;
|
||||
}
|
||||
|
||||
interface AuthorStatsRow {
|
||||
|
|
@ -51,9 +50,3 @@ interface UnattachedMediaRow {
|
|||
data: string;
|
||||
uploaded_at: number;
|
||||
}
|
||||
|
||||
interface PubkeyDomainRow {
|
||||
pubkey: string;
|
||||
domain: string;
|
||||
last_updated_at: number;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue