Appearance
@loontail/minecraft-kit v0.5.0 / ArgumentEntry
Type alias: ArgumentEntry
ts
type ArgumentEntry: string | {
rules: readonly LibraryRule[];
value: string | readonly string[];
};A single argument entry: bare string or rule-gated value.