export type ClassName = string | null | undefined | (string | null | undefined)[]; export type HandLength = number; export type OppositeHandLength = number; export type HandWidth = number; export type MarkLength = HandLength; export type MarkWidth = HandWidth;