iceshrimp-legacy/packages/megalodon/lib/src/entities/identity_proof.d.ts

10 lines
208 B
TypeScript

declare namespace Entity {
type IdentityProof = {
provider: string;
provider_username: string;
updated_at: string;
proof_url: string;
profile_url: string;
};
}