Interface JProjectAllEventParams

interface JProjectAllEventParams {
    projects: JProject[];
}

Properties

Properties

projects: JProject[]