6 lines
68 B
TypeScript
6 lines
68 B
TypeScript
type InviteLink = {
|
|
link: string;
|
|
};
|
|
|
|
export type { InviteLink };
|