Skip to content

@loontail/minecraft-kit / VerificationKind

Type Alias: VerificationKind

ts
type VerificationKind = typeof VerificationKinds[keyof typeof VerificationKinds];

Defined in: src/types/verify.ts:19

Verification kind literal.

MIT License