Const
Published MWL schema identifiers understood by the compiler and migration tooling.
import { MWL_SCHEMA_01, MWL_SCHEMA_10 } from '@datamoc/mw_games/mwl';console.log(MWL_SCHEMA_01, MWL_SCHEMA_10); // '0.1', '1.0' Copy
import { MWL_SCHEMA_01, MWL_SCHEMA_10 } from '@datamoc/mw_games/mwl';console.log(MWL_SCHEMA_01, MWL_SCHEMA_10); // '0.1', '1.0'
Published MWL schema identifiers understood by the compiler and migration tooling.