Type alias Dictionary

Dictionary: {
    [key: string]: PdoColumnValue;
}

Type declaration