UNPKG
shrimpy-node-temp
Version:
latest (0.0.2)
0.0.2
0.0.1
Client for the Shrimpy API
github.com/shrimpy-dev/shrimpy-node
shrimpy-dev/shrimpy-node
shrimpy-node-temp
/
dist
/
dtos
/
istatic-strategy-dto.d.ts
6 lines
(5 loc)
•
154 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
IAllocationDto
}
from
"./iallocation-dto"
;
export
interface
IStaticStrategyDto
{
isDynamic
:
false
;
allocations
:
IAllocationDto
[]; }