summaryrefslogtreecommitdiff
path: root/src/remote/activitypub/models/identifier.ts
blob: f6c3bb8c8816b02be117c35a9e155b8cba5aa704 (plain)
1
2
3
4
5
export type IIdentifier = {
	type: string;
	name: string;
	value: string;
};