🔒 Prepare SQL statements
This commit is contained in:
parent
334b52f4c6
commit
48d5e2e3c4
4 changed files with 29 additions and 28 deletions
|
@ -1,5 +1,5 @@
|
|||
import { Product } from "ssn";
|
||||
import IProductData from "./IProductData";
|
||||
import { Product } from 'ssn';
|
||||
import IProductData from './IProductData';
|
||||
|
||||
export default interface IDatabaseRow extends IProductData {
|
||||
/** Name of the product. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue