UNPKG

@los_generic/shared

Version:

Shared DTOs, interfaces, and utilities for LOS applications

8 lines (7 loc) 173 B
export declare class UpdateCountryDto { countryName: string; countryIsoCode: string; countryPhoneCode?: string; currency?: string; isActive?: boolean; }