UNPKG

@mitre-attack/attack-data-model

Version:

A TypeScript API for the MITRE ATT&CK data model

7 lines (4 loc) 206 B
import { z } from 'zod/v4'; declare const stixSpecVersionSchema: z.ZodLiteral<"2.1">; type StixSpecVersion = z.infer<typeof stixSpecVersionSchema>; export { type StixSpecVersion, stixSpecVersionSchema };