UNPKG
jslib-nightly
Version:
latest (1.62.0-alpha.1)
1.62.0-alpha.1
1.46.0-alpha.587
SheerID JavaScript Library
developer.sheerid.com
jslib-nightly
/
src
/
lib
/
RequestOrganizationService
/
RequestOrganizationGetters.d.ts
3 lines
(2 loc)
•
158 B
TypeScript
View Raw
1
2
3
import
{
RequestOrganizationViewModel
}
from
'../types/types'
;
export
declare
const
getEmptyRequestOrganizationViewModel
:
() =>
RequestOrganizationViewModel
;