mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 21:06:42 +07:00
added lab search
This commit is contained in:
parent
16d12f92da
commit
ddf2b6eda3
16 changed files with 149 additions and 28 deletions
|
@ -30,6 +30,7 @@ export type GetLabNodesRequest = {
|
|||
offset?: number;
|
||||
after?: string;
|
||||
sort?: LabNodesSort;
|
||||
search?: string;
|
||||
};
|
||||
|
||||
export interface ILabNode {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue