Welcome to mirror list, hosted at ThFree Co, Russian Federation.

mock_data.js « model_registry « ml « frontend « spec - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 35a2c3bec0110039d0557661630b9d647f4b1df0 (plain)
1
2
3
export const MODEL = { name: 'blah' };

export const MODEL_VERSION = { version: '1.2.3', model: MODEL };