UNPKG

@appsemble/lang-sdk

Version:

Language SDK for Appsemble

13 lines (11 loc) 299 B
import { schemaExample } from '../../examples.js'; export const configRemappers = { variable: { type: 'string', description: `Get a predefined app variable by name For example: ${schemaExample('variable', { exclude: ['input'] })} `, }, }; //# sourceMappingURL=config.js.map