Type Alias SQLSafeTableEntry<T>

SQLSafeTableEntry: { [Prop in keyof T]: string }

Properly stringified table entries.

Type Parameters