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