mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-04-04 22:39:46 +00:00
chore: Add in the properties to somewhere useful.
This commit is contained in:
@@ -372,7 +372,9 @@ export type Effects = {
|
||||
options: ExposeServicePaths<Store>,
|
||||
): Promise<void>
|
||||
|
||||
exposeUi<Store = never>(options: ExposeUiPaths<Store>): Promise<void>
|
||||
exposeUi<Store = never>(options: {
|
||||
paths: ExposeUiPaths<Store>
|
||||
}): Promise<void>
|
||||
/**
|
||||
* There are times that we want to see the addresses that where exported
|
||||
* @param options.addressId If we want to filter the address id
|
||||
|
||||
Reference in New Issue
Block a user