Updates
This commit is contained in:
@@ -16,7 +16,7 @@ type Param<T extends { [key: string]: any } = { [key: string]: any }> = {
|
||||
|
||||
type Return = {
|
||||
string: string;
|
||||
values: string[];
|
||||
values: (string | number)[];
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user