Skip to content

@loontail/minecraft-kit / RuntimePreferenceKind

Type Alias: RuntimePreferenceKind

ts
type RuntimePreferenceKind = typeof RuntimePreference[keyof typeof RuntimePreference];

Defined in: src/types/runtime.ts:42

Runtime preference literal.

MIT License