FoundKey/packages/backend/src/remote/activitypub/models/identifier.ts
syuilo 0e4a111f81 refactoring
Resolve #7779
2021-11-12 02:02:25 +09:00

6 lines
77 B
TypeScript

export type IIdentifier = {
type: string;
name: string;
value: string;
};