export interface FaUnit { name: string; size?: string; flip?: string; color?: string; pull?: string; dir?: number; border?: boolean; spin?: boolean; fw?: boolean; inverse?: boolean; }