OwlCyberSecurity - MANAGER
Edit File: typing.d.ts
export interface ReusableInputType { type: string; name: string; setValue: any; value: any; placeholder?: string; inputRef?: any; spanText?: string; spanImgSrc?: string; spanImgAlt?: string; spanDir?: string; direction?: string; id?: string; disable: boolean; } export interface AllUserInfoType { user_id: number; name: string; email: string; cell_number: string; national_code: string; wallet_balance: number; birth_date: string; credits_amount: number; credits_auth: boolean; gender: number; is_affiliate: boolean; phone_number: string; telegram_user: string; is_admin: boolean; } export interface cartType { link: string; weight_unit: string; firstweight: number; singleitemfullprice?: number; exchange_id: number; region_id: number; image: string; name: string; cost: number; buyCost: number; buyProfit: number; shipBroker: number; asin?: string; id?: string; count: number; description?: string; } export interface charsooqCartType {} export interface CategoryType { id: number; path: string; region_id: number; site: string; url: string; } export interface AddressDataType { id: number; postalcode: string; content: string; state_id: string; city_id: string; lat: number; lng: number; } export interface AmazonCartType { link: string; weight_unit: string; firstweight: number; singleitemfullprice?: number; exchange_id: number; region_id: number; image: string; name: string; cost: number; buyCost: number; buyProfit: number; shipBroker: number; asin?: string; id?: string; count: number; description?: string; } export interface invoiceType { id: number; code: string; sum_count: string; user_show_status: string; created_at: string; updated_at: string; sum_pay: number | string | any; sum_othercost: number; is_pay: boolean; total_transport_price: string; total_item_price: string; total_price: string | number | any; price_for_pay: number | string | any; cancel_description: string; description?: string; } export interface slidersDataType { id: number; title: string; link: string; path: string; target: 0 | 1; } export interface CategoryDataType { id: number; region_id: number; site: string; url: string; path: string; } export interface IndustrialHomeProducts { title: string; products: SingleHomeproduct[] | []; } interface SingleHomeproduct { shoppingSite: { title: string; slug: string; }; title: string; slug: string; price: number; price_discount: string; view_count: number; count: number; cost: number; weight: number; delivery_period: number; images: string[]; exchanges_name: string; original_cost: number; description: string; } export interface IndustrialHomeBrand { id: number; title: string; link: string; path: string; target: number; } export interface IndustrialHomeComment { rate: number; description: string; user: string; reply: []; time: string; } export interface IndustrialHomeArticles {} export interface IndustrialHomeAdvantage { users: number; invoices: number; createdDate: { years: number; months: number; days: number; }; } export interface IndustrialHomeDataType { industrialParts: IndustrialHomeProducts[]; brandsIndustrialParts: IndustrialHomeBrand[]; comments: IndustrialHomeComments[]; articles: IndustrialHomeArticles[]; advantage: IndustrialHomeAdvantage; }