rainbow-fe/src/lib/mastoapi/base.ts

5 lines
72 B
TypeScript

export interface MastodonObject {
id: string;
created_at: string;
}