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
/
organization
/
organization.d.ts
3 lines
(2 loc)
•
181 B
TypeScript
View Raw
1
2
3
import
{
ProgramTheme
,
WithOrganization
}
from
'../types/types'
;
export
declare
const
shouldCollectPostalCode
:
(
programTheme
:
ProgramTheme
,
viewModel
:
WithOrganization
) =>
boolean
;