stuf-gemma
Version:
Generated typings for various StUF BG 3.10 messages
24 lines (23 loc) • 491 B
JavaScript
/* eslint-disable */
// @ts-nocheck
export const actuateType = Object.freeze({
onLoad: 'onLoad',
onRequest: 'onRequest',
other: 'other',
none: 'none',
});
export const showType = Object.freeze({
new: 'new',
replace: 'replace',
embed: 'embed',
other: 'other',
none: 'none',
});
export const typeType = Object.freeze({
simple: 'simple',
extended: 'extended',
title: 'title',
resource: 'resource',
locator: 'locator',
arc: 'arc',
});