UNPKG

@ikas/admin-api-client

Version:

ikas public node api client for store apps and private apps

8 lines (7 loc) 182 B
export interface IBaseModelWithIdAndDates { id: string; createdAt?: Date | null; updatedAt?: Date | null; merchantId?: string | null; deleted?: boolean | null; }