Skip to content

Commit e4c826c

Browse files
committed
2 parents 8b54f6d + 86e07d4 commit e4c826c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/service/sync/step/rv-step-service-api.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ export default interface RvStepServiceApi {
1010

1111
get(sid: string): RecursiveObject<RvStep> | undefined
1212

13+
multiGet(sidList?: string[]): Map<string, StoredRhineVar<RvStep>>
14+
1315
add(from?: string, index?: number): string
1416

1517
move(sid: string, to: number): boolean

0 commit comments

Comments
 (0)