Type alias Named

Named: {
    [key: string]: PdoColumnValue | PdoColumnValue[];
}

Type declaration