puyoskey/packages/megalodon/src/friendica/entities/identity_proof.ts
2023-09-24 01:44:53 +02:00

9 lines
186 B
TypeScript

namespace FriendicaEntity {
export type IdentityProof = {
provider: string
provider_username: string
updated_at: string
proof_url: string
profile_url: string
}
}