Claptrap-ui/src/data/InviteLink.ts

6 lines
68 B
TypeScript
Raw Normal View History

type InviteLink = {
link: string;
};
export type { InviteLink };