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
/
utils
/
requestOrgComponentHelpers
/
requestOrgComponentHelpers.d.ts
3 lines
(2 loc)
•
218 B
TypeScript
View Raw
1
2
3
export
declare
const
submitAddSchoolRequest
:
(
canSubmitForm
:
any
,
requestOrganizationService
:
any
,
dispatch
:
any
) =>
Promise
<
void
>;
export
declare
const
getOrgNameWithoutLocation
:
(
organizationName
:
string
) =>
string
;