skelpomiddleware/Sources/Store/DataStore.swift

8 lines
188 B
Swift

// Place data here that needs to be accessed throughout the package but should not be exported to package dependers.
import JSON
public var jwtPayload: JSON?
public var teamIDs: [Int]?