6 lines
70 B
TypeScript
6 lines
70 B
TypeScript
|
|
interface PlayerData {
|
||
|
|
token: string;
|
||
|
|
}
|
||
|
|
|
||
|
|
export { type PlayerData };
|