UNPKG
core-cde
Version:
latest (0.0.3)
0.0.3
0.0.2
0.0.1
core-cde
/
dist
/
core-cde
/
stateChanger
/
src
/
interfaces
/
IDocProps.d.ts
10 lines
(9 loc)
•
172 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
export
interface
IDocProps
{
name
:
string
;
id
:
string
;
dataSetGuid
:
string
; }
export
interface
IRenameProps
{
name
:
string
;
oldName
:
string
; }