mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 21:06:42 +07:00
fixed offseting in lab by number
This commit is contained in:
parent
26a6d2d919
commit
2f8ce82325
3 changed files with 8 additions and 10 deletions
|
@ -25,6 +25,8 @@ export enum LabNodesSort {
|
|||
}
|
||||
|
||||
export type GetLabNodesRequest = {
|
||||
limit?: number;
|
||||
offset?: number;
|
||||
after?: string;
|
||||
sort?: LabNodesSort;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue