chore: update package version to 0.0.44, enhance @kevisual/router dependency, and add additional metadata fields in Pos type
This commit is contained in:
@@ -8,6 +8,10 @@ type Pos = {
|
||||
id?: string;
|
||||
metadata?: {
|
||||
args?: Record<string, any>;
|
||||
viewItem?: Record<string, any>;
|
||||
url?: string;
|
||||
source?: string;
|
||||
[key: string]: any;
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user