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