Files
bsky-social-app/src/state/models/_common.ts
T
2022-11-10 16:30:14 -06:00

5 lines
67 B
TypeScript

export interface Declaration {
cid: string
actorType: string
}