interface ListProjectsOptions {
    groupId?: number;
    hasManagerAccess?: BooleanInt;
    limit?: number;
    offset?: number;
    orderBy?: string;
    type?: BooleanInt;
}

Hierarchy (view full)

Properties

groupId?: number
hasManagerAccess?: BooleanInt
limit?: number
offset?: number
orderBy?: string
type?: BooleanInt