mirror of
https://github.com/bpatrik/pigallery2.git
synced 2024-12-23 01:27:14 +02:00
7 lines
172 B
TypeScript
7 lines
172 B
TypeScript
export const Experiments:
|
|
{ [key: string]: { name: string, groups: { [key: string]: string } } } = {
|
|
|
|
};
|
|
|
|
export const ActiveExperiments: { [key: string]: string } = {};
|