Type Alias GetEnvironmentTemplateParams

GetEnvironmentTemplateParams: GetOrganizationParams & {
    environmentTemplateId: string;
}