UNPKG
bcs-banksigners-module
Version:
latest (0.1.1)
0.1.1
# Модуль, реализующий получение сущности bankSigners
bcs-banksigners-module
/
src
/
constants.ts
11 lines
(7 loc)
•
232 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
11
import
{ initial }
from
'@devexperts/remote-data-ts'
;
import
{
IOwnStore
}
from
'./types'
;
export
const
MODULE_NAME
=
'BCS-BANK-SIGNER'
;
export
const
DEFAULT_STATE
:
IOwnStore
= {
bankSigners
: initial,
sentStatus
: initial, };