interface TrafficType { all?: number | string; horizontal?: number | string; vertical?: number | string; top?: number | string; bottom?: number | string; left?: number | string; right?: number | string; } export type { TrafficType };