This repository has been archived on 2024-11-11. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
mastodon-apps/projects/mastodon-api/src/lib/interfaces/public/user_account.ts
2022-12-22 16:38:25 +01:00

4 lines
49 B
TypeScript

export interface UserAccount {
id: string;
}