UNPKG

@alisdigital/types-library

Version:

TypeScript type definitions for Papilet ecosystem with session soft delete and event management features

8 lines (7 loc) 137 B
export interface IDistrictModelAttributes { _id: string; cityId: string; name: string; slug: string; code: string; }