UNPKG

@bitzonegaming/roleplay-engine-sdk

Version:
3 lines (2 loc) 272 B
import { ConfigType } from '../../configuration/models/config-types'; export type ServerTemplateConfigType = ConfigType.Int32 | ConfigType.Int64 | ConfigType.Decimal | ConfigType.Boolean | ConfigType.String | ConfigType.SelectOption | ConfigType.Color | ConfigType.Image;