UNPKG

rtech-struct

Version:

Rtech Platform Superstruct Entity

16 lines (13 loc) 315 B
import { Position } from "../Position"; type Address = { street: string, additional_street?: string, city: string, zip_code: string, province?: string, country: string, timezone_string: string, position: Position, type: 'sfu/address', }; export default Address;