UNPKG

mobyo-interfaces

Version:
8 lines (7 loc) 259 B
import { IPayioChefConfigTabs } from '../interfaces'; export declare class PayioChefConfigTabsEntity implements IPayioChefConfigTabs { active: boolean; id: string; name: string | null; constructor(data?: Partial<PayioChefConfigTabsEntity>); }