Expand description

Data payload interface for the list teams query.

remarks

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

interface Data {
    organization: Organization | null;
}

Properties§

§organization: Organization | null

The organization containing the teams