export type TableListProps = { id?: number; name?: string; date?: string; amount?: string; payment_term?: string; status?: boolean; }[];