Expand description

Data payload interface for the get project ID query.

remarks

Contains the result of the organization query operation.

interface Data {
    organization: Organization | null;
}

Properties§

§organization: Organization | null

The organization containing the project