export type TEmptyArgs = {
    empty: boolean;
    list: string[];
};
