interface RunQueryParam {
    projectId: number;
    [key: string]: QueryParam | QueryParam[];
}

Hierarchy (View Summary)

Indexable

Properties

Properties

projectId: number