UNPKG

@experts_hub/shared

Version:

Shared DTOs, interfaces, and utilities for experts hub applications

9 lines (8 loc) 234 B
import { BaseEntity } from "./base.entity"; export declare class VendorApiConfiguration extends BaseEntity { vendorName: string; vendorApiKey: string; vendorApiSecretKey: string; slug: string; isActive: boolean; }