Expand description

Data payload interface for the list opened projects query.

remarks

Contains the result of the organization query operation with its projects.

interface Data {
    organization: Organization | null;
}

Properties§

§organization: Organization | null

The organization containing the projects