mirror of
https://github.com/paricafe/misskey.git
synced 2024-11-26 22:36:44 -06:00
6 lines
77 B
TypeScript
6 lines
77 B
TypeScript
|
export type IIdentifier = {
|
||
|
type: string;
|
||
|
name: string;
|
||
|
value: string;
|
||
|
};
|