export type Vsop87Element = Array>; export type Vsop87Group = Array; export type Vsop87 = { VSOP87_X: Vsop87Group; VSOP87_Y: Vsop87Group; VSOP87_Z: Vsop87Group; };