Skip to content

@loontail/minecraft-kit / InstallActionKind

Type Alias: InstallActionKind

ts
type InstallActionKind = typeof InstallActionKinds[keyof typeof InstallActionKinds];

Defined in: src/types/install.ts:43

Discriminator for an install action.

MIT License