Expand description
interface Data {
organization: Organization | null;
}Properties§
§
organization: Organization | nullThe organization containing the teams
interface Data {
organization: Organization | null;
}organization: Organization | nullThe organization containing the teams
Data payload interface for the list teams query.