mirror of
https://gitlab.com/soapbox-pub/ditto.git
synced 2025-12-06 11:29:46 +00:00
create pubkeydomain interface
This commit is contained in:
parent
3893cc68ca
commit
6b6026dfd7
1 changed files with 4 additions and 0 deletions
4
src/interfaces/PubkeyDomain.ts
Normal file
4
src/interfaces/PubkeyDomain.ts
Normal file
|
|
@ -0,0 +1,4 @@
|
||||||
|
export interface PubkeyDomain {
|
||||||
|
domain: string;
|
||||||
|
updated_at: number;
|
||||||
|
}
|
||||||
Loading…
Add table
Reference in a new issue