mirror of
https://framagit.org/JonathanMM/sutom.git
synced 2026-03-18 06:29:54 +01:00
4 lines
193 B
TypeScript
4 lines
193 B
TypeScript
export default class InstanceConfiguration {
|
|
public static readonly dateOrigine = new Date(2022, 0, 8);
|
|
public static readonly idPartieParDefaut = "34ccc522-c264-4e51-b293-fd5bd60ef7aa";
|
|
}
|