QueryParams
Definition
export type QueryParams =
| { key: number | string }
| { id: string }
| { name: string };Usage
import { undefined } from 'uxp/components';Last updated
export type QueryParams =
| { key: number | string }
| { id: string }
| { name: string };import { undefined } from 'uxp/components';Last updated