Interface ProjectsOverviewParams

interface ProjectsOverviewParams {
    "branch-name"?: string;
    limit?: number;
    offset?: number;
    "project-ids"?: string;
    tags?: string;
}

Properties

"branch-name"?: string
limit?: number
offset?: number
"project-ids"?: string
tags?: string