summaryrefslogtreecommitdiff
path: root/src/remote/activitypub/models/identifier.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/remote/activitypub/models/identifier.ts')
-rw-r--r--src/remote/activitypub/models/identifier.ts5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/remote/activitypub/models/identifier.ts b/src/remote/activitypub/models/identifier.ts
new file mode 100644
index 0000000000..f6c3bb8c88
--- /dev/null
+++ b/src/remote/activitypub/models/identifier.ts
@@ -0,0 +1,5 @@
+export type IIdentifier = {
+ type: string;
+ name: string;
+ value: string;
+};