7 lines
164 B
TypeScript
7 lines
164 B
TypeScript
|
|
import type { ListAssetsParams } from "infra/backend-api"
|
||
|
|
|
||
|
|
export const ASSETS_DASHBOARD_LIST_PARAMS = {
|
||
|
|
limit: "20",
|
||
|
|
offset: "0",
|
||
|
|
} satisfies ListAssetsParams
|