parser
parser: { key: (key: string) => string; keyVal: (dataObj: Record<string, any>) => string[] } = ...
Type declaration
key: (key: string) => string
keyVal: (dataObj: Record<string, any>) => string[]
- (dataObj: Record<string, any>): string[]
Parameters
dataObj: Record<string, any>
Returns string[]
Put a templated string around the key for SQL to identified it as a structure name, not a value