refactor: type

This commit is contained in:
Methapon Metanipat 2024-10-03 16:24:53 +07:00
parent 2bdd524915
commit af0a66347c

View file

@ -5,13 +5,11 @@ import { dateFormat } from 'src/utils/datetime';
import { formatNumberDecimal } from 'stores/utils';
import KebabAction from '../shared/KebabAction.vue';
import { ServiceAndProduct } from 'stores/product-service/types';
const baseUrl = ref<string>(import.meta.env.VITE_API_BASE_URL);
withDefaults(
defineProps<{
data?: ServiceAndProduct;
data?: any;
title?: string;
dense?: boolean;