UNPKG

@canterbury-air-patrol/marine-leeway-data

Version:
10 lines (8 loc) 249 B
interface LeewayDataInterface { description: string; multiplier: number; modifier: number; divergence: number; } declare const SearchObjectLeeway: Array<LeewayDataInterface>; export { type LeewayDataInterface, SearchObjectLeeway };