feat(api): 暴露电池 ORPC 契约
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import * as todo from './todo.contract'
|
||||
import * as battery from './battery.contract'
|
||||
|
||||
export const contract = {
|
||||
todo,
|
||||
battery,
|
||||
}
|
||||
|
||||
export type Contract = typeof contract
|
||||
|
||||
Reference in New Issue
Block a user