export interface IPayioChefConfigTabs {
    id: string;
    name: string | null;
    active: boolean;
}
