Options
All
  • Public
  • Public/Protected
  • All
Menu

Module "SupportedPlugins/FireStore/index"

Index

Type aliases

MatchCollectionData

MatchCollectionData: Pick<Match, "creationDate" | "id" | "mapAgentIDtoTournamentID" | "matchStatus" | "name" | "finishDate" | "results" | "replayFileKey" | "replayFile"> & { governID: string }

TournamentConfigsCollectionData

TournamentConfigsCollectionData: { configs: TournamentConfigsBase; modificationDate: Date; status: Tournament.Status }

Type declaration

Variables

Const salt

salt: string = bcrypt.genSaltSync()

Generated using TypeDoc