UNPKG
@ac_packages/autocode-data-dictionary
Version:
latest (0.0.3)
0.0.3
0.0.2
0.0.1
Data dictionary package
@ac_packages/autocode-data-dictionary
/
enums
/
ac-dd-table-row-operation.enum.d.ts
9 lines
(8 loc)
•
183 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
export
declare
enum
AcEnumDDTableRowOperation
{
delete
=
"delete"
, format =
"format"
, insert =
"insert"
, save =
"save"
, select =
"select"
, update =
"update"
}