t00-multiuser/server/interfaces/JoinPartyData.ts

3 lines
60 B
TypeScript

export default interface JoinPartyData {
partyRef: string
}